SEO AI Assistant

by ccnn2509
Verified
# Smithery.ai configuration startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. {} commandFunction: |- (config) => ({ "command": "node", "args": [ "src/mcp.js", "--mcp" ], "env": { "PORT": "3000", "HOST": "0.0.0.0", "NODE_ENV": "production", "GOOGLE_ADS_DEVELOPER_TOKEN": "6mEoXl5C5vR0oxlHDhUFQQ" } }) # Build configuration build: dockerfile: Dockerfile dockerBuildPath: .