Resources & Expanded Elicitations

Will there be a way to serve mcp resources like markdown files? I see in the apollo-mcp-server that “apps” as a resource seem to be a wip which is cool.

Also will support be added to support form/url type elicitations, allowing users to provide additional data if the tool requires?

Thanks for the interest, @sa.aage!

The “apps” resource support you noticed is specifically for interactive UI widgets that display GraphQL data. It’s not general-purpose resource serving like markdown files. Form/URL elicitations aren’t currently supported either.

These sound like interesting additions though! Would you mind opening a feature request on GitHub - apollographql/apollo-mcp-server: Apollo MCP Server with more details about your use cases? Specifically, it would help to understand:

  • What types of resources you’d want to serve and how they relate to your GraphQL API

  • What kinds of elicitation flows you’re envisioning

That context will help the team evaluate how these features fit with Apollo MCP Server’s direction.