Skip to content

Commit 4574ffe

Browse files
yigitkonurclaude
andcommitted
Fix Smithery configuration to use MCP SDK server
- Update smithery.yaml to use dist/mcp-server.js instead of dist/server-stdio.js - Ensures compatibility with standard MCP tools/list and tools/call methods - Resolves Smithery registry build error for proper MCP client support 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9ab67c7 commit 4574ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ startCommand:
2323
commandFunction: |
2424
(cfg) => ({
2525
command: 'node',
26-
args: ['dist/server-stdio.js'],
26+
args: ['dist/mcp-server.js'],
2727
env: {}
2828
})

0 commit comments

Comments
 (0)