Skip to content

Commit 1372aae

Browse files
Ismaelkadykov
authored andcommitted
fix: Use more generic instructions
1 parent c55c4ec commit 1372aae

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/index.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,7 @@ async function main(): Promise<void> {
5151
: defaultServerName;
5252

5353
// 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`;
54+
const helpContent = `Use resorces/templates/list to get a list of available resources. Use openapi://paths to get a list of all endpoints.`;
6055

6156
// Create MCP server with dynamic name
6257
const server = new McpServer(

0 commit comments

Comments
 (0)