Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions smithery.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
type: stdio
configSchema:
type: object
properties:
httpServer:
type: boolean
description: Whether to run the server in HTTP mode
default: false
port:
type: integer
description: Port number for HTTP server
default: 3000
additionalProperties: false
startCommand:
type: stdio
configSchema:
type: object
properties:
httpServer:
type: boolean
description: Whether to run the server in HTTP mode
default: false
port:
type: integer
description: Port number for HTTP server
default: 3000
additionalProperties: false

commandFunction: |
function(config) {
Expand Down