Description
The MCP server defines a tool with name "Query all components under the project" which contains spaces. This violates the MCP specification that requires tool names to match the pattern ^[a-zA-Z0-9_-]{1,64}$.
Location
File: out/bundle.js:12369
server.tool("Query all components under the project", { projectPath: zod_1.z.string() }, async ({ projectPath }) => {
Description
The MCP server defines a tool with name
"Query all components under the project"which contains spaces. This violates the MCP specification that requires tool names to match the pattern^[a-zA-Z0-9_-]{1,64}$.Location
File:
out/bundle.js:12369