Skip to content

Commit 0386f80

Browse files
davidf9999claude
andcommitted
test: Switch to hello-mcp-test for Smithery debugging
- Use minimal hello world server to isolate startup issues - STDIO transport with zero dependencies - Should help identify if problem is code complexity or infrastructure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 26c4d9a commit 0386f80

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

hello-mcp-test/smithery.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Minimal test for Smithery STDIO MCP
2+
runtime: container
3+
image: "davidf9999/hello-mcp-test:latest"
4+
5+
startCommand:
6+
type: stdio
7+
configSchema:
8+
type: object
9+
description: "No configuration needed"
10+
exampleConfig: {}
11+
12+
metadata:
13+
name: "hello-mcp-test"
14+
description: "Minimal MCP server test for Smithery"
15+
homepage: "https://github.com/davidf9999/gx-mcp-server"
16+
tags: ["test", "minimal"]

0 commit comments

Comments
 (0)