Skip to content

Commit 65f17c3

Browse files
Add Smithery configuration
1 parent 094f7d9 commit 65f17c3

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

smithery.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)