We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55c4ec commit 1372aaeCopy full SHA for 1372aae
src/index.ts
@@ -51,12 +51,7 @@ async function main(): Promise<void> {
51
: defaultServerName;
52
53
// Brief help content for LLMs
54
- const helpContent = `This MCP server provides direct access to OpenAPI specifications through structured resource URIs.
55
-
56
-**DO:** Use readMcpResource directly with specific URIs
57
-**DON'T:** Call listMcpResources first - it's unnecessary overhead
58
59
-Start with readMcpResource('openapi://paths') to get all endpoints`;
+ const helpContent = `Use resorces/templates/list to get a list of available resources. Use openapi://paths to get a list of all endpoints.`;
60
61
// Create MCP server with dynamic name
62
const server = new McpServer(
0 commit comments