I’ve noticed that when using Apollo Server MCP, the parameters passed to the MCP tool don’t seem to follow the GraphQL query format. How can I specify which fields the tool should return?
If one cannot use the query syntax of GraphQL, such as specifying the fields to be returned, then wouldn’t it be as if the use of GraphQL has lost its significance? After using Apollo Server MCP, the original capabilities of GraphQL have been lost.