Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
dist/index.d.ts
0 → 100644
dist/index.js
0 → 100644
dist/tools/index.d.ts
0 → 100644
dist/tools/index.js
0 → 100644
mcp-config.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "acm-graphql-mcp", | ||
| "version": "1.0.0", | ||
| "type": "module", | ||
| "description": "MCP Server cho ACM GraphQL API", | ||
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "start": "node dist/index.js", | ||
| "dev": "tsx src/index.ts" | ||
| }, | ||
| "dependencies": { | ||
| "@modelcontextprotocol/sdk": "^1.0.0", | ||
| "graphql": "^16.9.0", | ||
| "graphql-request": "^7.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^22.0.0", | ||
| "tsx": "^4.0.0", | ||
| "typescript": "^5.6.0" | ||
| } | ||
| } |
src/index.ts
0 → 100644
src/tools/index.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment