From c7a5adf3a2ef86cbfeb5ff9c8cafe744bd2a39af Mon Sep 17 00:00:00 2001 From: prpeh Date: Sat, 12 Apr 2025 17:15:50 +0700 Subject: [PATCH] fix: correct smithery.yaml configuration structure --- smithery.yaml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/smithery.yaml b/smithery.yaml index a6d6fe7..3f318c1 100644 --- a/smithery.yaml +++ b/smithery.yaml @@ -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) {