Commit 9eeb5368 authored by LongLD's avatar LongLD

fix error

parent c2847541
......@@ -4,6 +4,9 @@
"type": "module",
"description": "MCP Server cho ACM GraphQL API",
"main": "dist/index.js",
"bin": {
"acm-graphql-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
......
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