Skip to content

Commit 68b7eaf

Browse files
committed
Add Smithery configuration file
- Add smithery.yaml with stdio command configuration - Enable deployment on Smithery platform with standardized config - Provides CLI command mapping for MCP server startup
1 parent 13385c4 commit 68b7eaf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

smithery.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Smithery configuration file: https://smithery.ai/docs/build/project-config
2+
3+
startCommand:
4+
type: stdio
5+
commandFunction:
6+
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
7+
|-
8+
(config) => ({ command: 'mcp-domain-availability', args: [] })
9+
configSchema:
10+
# JSON Schema defining the configuration options for the MCP.
11+
{}
12+
exampleConfig: {}

0 commit comments

Comments
 (0)