fix error
Showing
No preview for this file type
| { | { | ||
| "name": "acm-graphql-mcp", | "name": "acm-graphql-mcp", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "type": "module", | "type": "module", | ||
| "description": "MCP Server cho ACM GraphQL API", | "description": "MCP Server cho ACM GraphQL API", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "scripts": { | "bin": { | ||
| "build": "tsc", | "acm-graphql-mcp": "dist/index.js" | ||
| "start": "node dist/index.js", | }, | ||
| "dev": "tsx src/index.ts" | "scripts": { | ||
| }, | "build": "tsc", | ||
| "dependencies": { | "start": "node dist/index.js", | ||
| "@modelcontextprotocol/sdk": "^1.0.0", | "dev": "tsx src/index.ts" | ||
| "graphql": "^16.9.0", | }, | ||
| "graphql-request": "^7.0.0" | "dependencies": { | ||
| }, | "@modelcontextprotocol/sdk": "^1.0.0", | ||
| "devDependencies": { | "graphql": "^16.9.0", | ||
| "@types/node": "^22.0.0", | "graphql-request": "^7.0.0" | ||
| "tsx": "^4.0.0", | }, | ||
| "typescript": "^5.6.0" | "devDependencies": { | ||
| } | "@types/node": "^22.0.0", | ||
| "tsx": "^4.0.0", | |||
| "typescript": "^5.6.0" | |||
| } | |||
| } | } |
Please register or sign in to comment