@argosvix/mcp-server 0.3.0-alpha.1 → 0.4.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/package.json CHANGED
@@ -1,50 +1,50 @@
1
- {
2
- "name": "@argosvix/mcp-server",
3
- "version": "0.3.0-alpha.1",
4
- "description": "Argosvix MCP server — AI agent から traces / cost / alert を直接 query するための Model Context Protocol server (stdio transport).",
5
- "license": "MIT",
6
- "type": "module",
7
- "main": "dist/index.js",
8
- "bin": {
9
- "argosvix-mcp": "dist/index.js"
10
- },
11
- "files": [
12
- "dist",
13
- "README.md",
14
- "LICENSE"
15
- ],
16
- "scripts": {
17
- "build": "tsc -p tsconfig.json",
18
- "dev": "tsc -p tsconfig.json --watch",
19
- "start": "node dist/index.js",
20
- "test": "vitest run"
21
- },
22
- "keywords": [
23
- "mcp",
24
- "model-context-protocol",
25
- "argosvix",
26
- "llm",
27
- "observability",
28
- "ai-agent"
29
- ],
30
- "engines": {
31
- "node": ">=20"
32
- },
33
- "dependencies": {
34
- "@modelcontextprotocol/sdk": "^1.0.0"
35
- },
36
- "devDependencies": {
37
- "@types/node": "^22.0.0",
38
- "typescript": "^5.4.0",
39
- "vitest": "^2.1.0"
40
- },
41
- "repository": {
42
- "type": "git",
43
- "url": "git+https://github.com/argosvix/Argosvix.git",
44
- "directory": "packages/mcp-server"
45
- },
46
- "homepage": "https://argosvix.com",
47
- "bugs": {
48
- "url": "https://github.com/argosvix/Argosvix/issues"
49
- }
50
- }
1
+ {
2
+ "name": "@argosvix/mcp-server",
3
+ "version": "0.4.0-alpha.1",
4
+ "description": "Argosvix MCP server — AI agent から traces / cost / alert を直接 query / 監査するための Model Context Protocol server (stdio + HTTP transport、 tools 8 件 / resources 2 件 / prompts 3 件).",
5
+ "license": "MIT",
6
+ "type": "module",
7
+ "main": "dist/index.js",
8
+ "bin": {
9
+ "argosvix-mcp": "dist/index.js"
10
+ },
11
+ "files": [
12
+ "dist",
13
+ "README.md",
14
+ "LICENSE"
15
+ ],
16
+ "scripts": {
17
+ "build": "tsc -p tsconfig.json",
18
+ "dev": "tsc -p tsconfig.json --watch",
19
+ "start": "node dist/index.js",
20
+ "test": "vitest run"
21
+ },
22
+ "keywords": [
23
+ "mcp",
24
+ "model-context-protocol",
25
+ "argosvix",
26
+ "llm",
27
+ "observability",
28
+ "ai-agent"
29
+ ],
30
+ "engines": {
31
+ "node": ">=20"
32
+ },
33
+ "dependencies": {
34
+ "@modelcontextprotocol/sdk": "^1.0.0"
35
+ },
36
+ "devDependencies": {
37
+ "@types/node": "^22.0.0",
38
+ "typescript": "^5.4.0",
39
+ "vitest": "^2.1.0"
40
+ },
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "git+https://github.com/argosvix/Argosvix.git",
44
+ "directory": "packages/mcp-server"
45
+ },
46
+ "homepage": "https://argosvix.com",
47
+ "bugs": {
48
+ "url": "https://github.com/argosvix/Argosvix/issues"
49
+ }
50
+ }