There was an error while loading. Please reload this page.
1 parent 094f7d9 commit 65f17c3Copy full SHA for 65f17c3
1 file changed
smithery.yaml
@@ -0,0 +1,16 @@
1
+# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
2
+
3
+startCommand:
4
+ type: stdio
5
+ configSchema:
6
+ # JSON Schema defining the configuration options for the MCP.
7
+ type: object
8
+ required: []
9
+ properties: {}
10
+ default: {}
11
+ description: Start the Starknet MCP server
12
+ commandFunction:
13
+ # A JS function that produces the CLI command based on the given config to start the MCP on stdio.
14
+ |-
15
+ (config) => ({ command: 'node', args: ['build/index.js'] })
16
+ exampleConfig: {}
0 commit comments