chore(deps): update dependency apollographql/apollo-mcp-server to v1 #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
0.9.0->1.0.0Release Notes
apollographql/apollo-mcp-server (apollographql/apollo-mcp-server)
v1.0.0Compare Source
Apollo MCP Server 1.0 Release Notes
Apollo MCP Server 1.0 marks the General Availability (GA) milestone, delivering a production-ready Model Context Protocol server that seamlessly bridges GraphQL APIs with AI applications. This release transforms how AI agents interact with GraphQL APIs through standardized MCP tools, enabling natural language access to your GraphQL operations.
🎯 GA Highlights
Production-Ready MCP Protocol Implementation
Apollo MCP Server 1.0 provides full compliance with the MCP specification, enabling AI applications to discover and invoke GraphQL operations through standardized protocols. The server acts as a translation layer, converting GraphQL operations into MCP tools that AI models can execute through natural language requests.
Key Benefits:
🚀 Multi-Transport Architecture
Flexible communication options for every deployment scenario:
All transports maintain full MCP protocol compliance while optimizing for specific use cases.
🔧 Advanced GraphQL Integration
Custom Scalar Support: Seamlessly handle specialized types like
DateTime,UUID, and domain-specific scalars with automatic JSON Schema mapping.Mutation Controls: Fine-grained security controls to prevent unintended data changes:
all: Enable all mutations (default)none: Disable all mutations for read-only accessallowlist: Only allow specific mutations📊 Flexible Schema & Operation Management
Dual Schema Sources:
Multiple Operation Sources:
.graphqlfiles for rapid development🤖 AI-Optimized Introspection Tools
Core Tools:
introspect: Comprehensive schema exploration with AI-friendly formattingexecute: Safe dynamic operation execution with proper error handlingvalidate: Operation validation without execution to prevent side effectssearch: Semantic schema search to efficiently find relevant types and fieldsAI Optimizations:
⚙️ Configuration-Driven Architecture
YAML Configuration: Replace complex command-line arguments with structured, version-controllable configuration files.
Environment Variable Overrides: Seamless environment-specific customization using the
APOLLO_MCP_prefix convention.Comprehensive Validation: Clear error messages and sensible defaults for rapid deployment.
🔐 Enterprise Security & Observability
OAuth 2.1 Authentication: Production-ready authentication supporting major identity providers:
Health Monitoring: Kubernetes-ready health checks with configurable liveness and readiness probes.
OpenTelemetry Integration: Comprehensive observability with traces, metrics, and events:
CORS Support: Enable browser-based MCP clients with comprehensive Cross-Origin Resource Sharing support following Apollo Router patterns.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.