Commit 9eeb5368 authored by LongLD's avatar LongLD

fix error

parent c2847541
{ {
"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"
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment