diff --git a/smithery.yaml b/smithery.yaml new file mode 100644 index 0000000..b6b50db --- /dev/null +++ b/smithery.yaml @@ -0,0 +1,14 @@ +# Smithery configuration — https://smithery.ai/docs/build/project-config/smithery.yaml +# Anythink MCP server: runs locally over stdio via the npx wrapper. + +startCommand: + type: stdio + # No configuration or environment variables are required to start the server. + configSchema: + type: object + properties: {} + required: [] + # Returns the command Smithery uses to launch the server on stdio. + commandFunction: |- + (config) => ({ command: 'npx', args: ['-y', '@anythink-cloud/mcp'] }) + exampleConfig: {}