File tree Expand file tree Collapse file tree 4 files changed +44
-1
lines changed Expand file tree Collapse file tree 4 files changed +44
-1
lines changed Original file line number Diff line number Diff line change
1
+ plugins = []
2
+ headers = []
3
+ redirects = []
4
+
5
+ [functions ]
6
+
7
+ [functions ."*" ]
8
+
9
+ [build ]
10
+ publish = " /Users/ronanfc/localhost/apollo-mcp-server"
11
+ publishOrigin = " default"
12
+
13
+ [build .environment ]
14
+
15
+ [build .processing ]
16
+
17
+ [build .processing .css ]
18
+
19
+ [build .processing .html ]
20
+
21
+ [build .processing .images ]
22
+
23
+ [build .processing .js ]
24
+
25
+ [build .services ]
Original file line number Diff line number Diff line change
1
+ {
2
+ "siteId" : " 42b2ee0e-5fae-4379-983c-fe558b458183"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "mcpServers" : {
3
+ "<your-mcp-server-name>" : {
4
+ "command" : " <localpath>/apollographql/apollo-mcp-server/target/debug/apollo-mcp-server" ,
5
+ "args" : [
6
+ " --directory" ,
7
+ " <localpath>/apollographql/apollo-mcp-server/<graphql-directory>" ,
8
+ " --schema" ,
9
+ " myapi.graphql" ,
10
+ " --endpoint" ,
11
+ " https://<mymcpendpoint>.app/" ,
12
+ " --introspection"
13
+ ]
14
+ }
15
+ }
16
+ }
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ Apollo MCP Server provides a standard way for AI models to access and orchestrat
32
32
<li >exposing your GraphQL API operations as MCP tools </li >
33
33
</ul >
34
34
35
- </p >
36
35
<div class = " flex gap-4" >
37
36
<a href = " /docs/apollo-mcp-server/quickstart" class = " inline-block rounded-lg bg-blue-600 px-6 py-3 font-semibold text-white transition hover:bg-blue-700" >Quickstart → </a >
38
37
</div >
You can’t perform that action at this time.
0 commit comments