Skip to content

Commit d72c02f

Browse files
committed
close tags to fix deploy preview
Signed-off-by: Ronan Flynn-Curran <[email protected]>
1 parent 0cf57fd commit d72c02f

File tree

4 files changed

+44
-1
lines changed

4 files changed

+44
-1
lines changed

.netlify/netlify.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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]

.netlify/state.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"siteId": "42b2ee0e-5fae-4379-983c-fe558b458183"
3+
}

agent-config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
}

docs/source/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Apollo MCP Server provides a standard way for AI models to access and orchestrat
3232
<li>exposing your GraphQL API operations as MCP tools </li>
3333
</ul>
3434

35-
</p>
3635
<div class="flex gap-4">
3736
<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>
3837
</div>

0 commit comments

Comments
 (0)