Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-02-24 19:24:06 +00:00
parent 890935951b
commit 4bd6a3a1af
369 changed files with 4936 additions and 185 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-mcp-actions-backend
## 0.1.10-next.0
### Patch Changes
- dc81af1: Adds two new metrics to track MCP server operations and sessions.
- `mcp.server.operation.duration`: The duration taken to process an individual MCP operation
- `mcp.server.session.duration`: The duration of the MCP session from the perspective of the server
- Updated dependencies
- @backstage/plugin-catalog-node@2.1.0-next.0
- @backstage/backend-plugin-api@1.7.1-next.0
- @backstage/catalog-client@1.13.1-next.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.2
## 0.1.9
### Patch Changes