Skip to content

Conversation

@DaleSeo
Copy link
Contributor

@DaleSeo DaleSeo commented Oct 24, 2025

Fixes #127

Summary

This PR adds the missing tools.json file for the apollo-mcp-server, which is blocking it from appearing in the MCP Catalog.

Context

Changes

  • Added servers/apollo-mcp-server/tools.json with the 4 core Apollo MCP Server tools:
    • execute: Execute GraphQL operations
    • introspect: Explore GraphQL schema types
    • search: Search for GraphQL types matching search terms
    • validate: Validate GraphQL operations against the schema

These are the core tools that Apollo MCP Server always provides, regardless of which GraphQL API it connects to. Additional tools may be dynamically generated based on the connected GraphQL schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP server is not available on MCP Catalog

1 participant