Skip to content

Commit 7718599

Browse files
committed
docs: fix broken links
1 parent 22854a4 commit 7718599

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/apollo-mcp-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async fn main() -> anyhow::Result<()> {
111111
Transport::Stdio
112112
};
113113

114-
// When using the Stdio transport, send output stderr since stdout is used for MCP messages
114+
// When using the Stdio transport, send output to stderr since stdout is used for MCP messages
115115
match transport {
116116
Transport::SSE { .. } => tracing_subscriber::fmt()
117117
.with_env_filter(EnvFilter::from_default_env().add_directive(args.log_level.into()))

docs/source/command-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ apollo-mcp-server [OPTIONS] --directory <DIRECTORY>
7070
| `-i, --introspection` | Expose the schema to the MCP client through `introspect` and `execute` tools. [Learn more](/apollo-mcp-server/guides/#from-schema-introspection). |
7171
| `-u, --uplink` | Enable use of uplink to get the schema and persisted queries (requires `APOLLO_KEY` and `APOLLO_GRAPH_REF`). [Learn more](/apollo-mcp-server/guides/#from-graphos-managed-persisted-queries). |
7272
| `-x, --explorer` | Expose a tool to open queries in Apollo Explorer (requires `APOLLO_KEY` and `APOLLO_GRAPH_REF`). |
73-
| `-o, --operations [<OPERATIONS>...]` | Operation files to expose as MCP tools. [Learn more](/apollo-mcp-server/guides/#from-operation-schema-files). |
73+
| `-o, --operations [<OPERATIONS>...]` | Operation files to expose as MCP tools. [Learn more](/apollo-mcp-server/guides/#from-operation-files). |
7474
| `--manifest <MANIFEST>` | The path to the persisted query manifest containing operations. |
7575
| `--disable-type-description` | Disable operation root field types in tool description. |
7676
| `--disable-schema-description` | Disable schema type definitions referenced by all fields returned by the operation in the tool description. |

0 commit comments

Comments
 (0)