version: 1
type: jsonrpc
configSchema:
  type: object
  required: ["OPENAI_API_KEY"]
  properties:
    OPENAI_API_KEY:
      type: string
      title: "OpenAI API Key"
      description: "Your OpenAI API key for AI-powered suggestions and analysis"
start:
  command: ["node", "./index.js"]
  port: 3001
endpoint: "/mcp"
protocol: "mcp" 