Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
* Persisted Query Manifests: Pre-approved operation lists from Apollo GraphOS
* Schema Introspection: Dynamic operation discovery for flexible AI exploration

Secure Execution: When invoked, the server executes GraphQL operations against your API endpoint, respecting all existing authentication, headers, and security policies.
Existing Infrastructure: Your GraphQL API handles requests normally, with Apollo MCP Server acting as a controlled gateway rather than requiring any changes to your graph.
* Secure Execution: When invoked, the server executes GraphQL operations against your API endpoint, respecting all existing authentication, headers, and security policies.

Check warning on line 92 in docs/source/index.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/index.mdx#L92

Use a hyphen (-) for unordered list items, not an asterisk (*). ```suggestion - Secure Execution: When invoked, the server executes GraphQL operations against your API endpoint, respecting all existing authentication, headers, and security policies. ```
* Existing Infrastructure: Your GraphQL API handles requests normally, with Apollo MCP Server acting as a controlled gateway rather than requiring any changes to your graph.

Check warning on line 93 in docs/source/index.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/index.mdx#L93

Use a hyphen (-) for unordered list items. Additionally, use 'instead of' as a replacement for 'rather than'. ```suggestion - Existing Infrastructure: Your GraphQL API handles requests normally, with Apollo MCP Server acting as a controlled gateway instead of requiring any changes to your graph. ```

This design lets you expose precise GraphQL capabilities to AI while maintaining complete control over data access and security.

Expand Down