Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Graphql Mcp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
awing-mcp
Graphql Mcp
Commits
d12adbe0
Commit
d12adbe0
authored
Jan 30, 2026
by
LongLD
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix run
parent
9eeb5368
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
acm-graphql-mcp-1.0.0.tgz
acm-graphql-mcp-1.0.0.tgz
+0
-0
package.json
package.json
+1
-0
src/index.ts
src/index.ts
+2
-0
No files found.
acm-graphql-mcp-1.0.0.tgz
View file @
d12adbe0
No preview for this file type
package.json
View file @
d12adbe0
...
...
@@ -7,6 +7,7 @@
"bin"
:
{
"acm-graphql-mcp"
:
"dist/index.js"
},
"files"
:
[
"dist"
],
"scripts"
:
{
"build"
:
"tsc"
,
"start"
:
"node dist/index.js"
,
...
...
src/index.ts
View file @
d12adbe0
#!/usr/bin/env node
import
{
Server
}
from
'
@modelcontextprotocol/sdk/server/index.js
'
import
{
StdioServerTransport
}
from
'
@modelcontextprotocol/sdk/server/stdio.js
'
import
{
CallToolRequestSchema
,
ListToolsRequestSchema
}
from
'
@modelcontextprotocol/sdk/types.js
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment