Skip to content

Commit 859661c

Browse files
committed
chore: make smithery work
1 parent de1a8b3 commit 859661c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ COPY . .
1515
RUN npm run build
1616

1717
# Command will be provided by smithery.yaml
18-
CMD ["node", "build/index.js"]
18+
CMD ["node", "build/index.js", "-t", "streamable"]

smithery.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11

22
# Smithery.ai configuration
3+
runtime: "container"
34
startCommand:
4-
type: stdio
5+
type: http
56
configSchema:
67
# JSON Schema defining the configuration options for the MCP.
78
type: object
89
properties: {}
9-
commandFunction:
10-
# A function that produces the CLI command to start the MCP on stdio.
11-
|-
12-
(config) => ({ command: 'node', args: ['./build/index.js'] })
13-
exampleConfig: {}
10+
exampleConfig: {}

0 commit comments

Comments
 (0)