diff --git a/docs/source/index.mdx b/docs/source/index.mdx index 14eb3477..42203d4d 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -89,8 +89,8 @@ The architecture enables intelligent API orchestration through these components: * 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. +* 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. This design lets you expose precise GraphQL capabilities to AI while maintaining complete control over data access and security.