@argosvix/mcp-server 0.26.2-alpha.1 → 0.27.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/tools.d.ts.map +1 -1
- package/dist/tools.js +650 -0
- package/dist/tools.js.map +1 -1
- package/dist/tools.test.js +199 -16
- package/dist/tools.test.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@argosvix/mcp-server",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Argosvix MCP server — AI agent から traces / cost / alert / annotations / eval-criteria / prompts / safety / eval-runs / llm-budget / saved-views / audit-log / projects / account-health / alert-proposals / anomaly-detection / classify-batch / eval-criteria-propose / purge-expired-plaintext / retry-failed-webhook / auto-silence-noisy-alert を直接 query / 監査 / 受領 / 調整するための Model Context Protocol server (stdio + HTTP transport、 tools
|
|
3
|
+
"version": "0.27.0-alpha.1",
|
|
4
|
+
"description": "Argosvix MCP server — AI agent から traces / cost / alert / annotations / eval-criteria / prompts / safety / eval-runs / llm-budget / budget-gate / policy-gate / approvals / members / saved-views / audit-log / projects / account-health / alert-proposals / anomaly-detection / classify-batch / eval-criteria-propose / purge-expired-plaintext / retry-failed-webhook / auto-silence-noisy-alert を直接 query / 監査 / 受領 / 調整するための Model Context Protocol server (stdio + HTTP transport、 tools 71 件 / resources 3 件 + template 8 件 / prompts 3 件、 stdio で resources subscribe + polling 60s 更新通知).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|