Is there a way to specify the name and version of GraphQL MCP server? From MCP docs ``` const server = new McpServer({ name: "weather", version: "1.0.0", .... }); ```