Skip to content

feat(cli): Register CLI tools and add SSE streaming routes #43

@coderooz

Description

@coderooz

Summary

Register CLI tools in the MCP server and add SSE streaming routes for real-time output.

Acceptance Criteria

  • Add CLI tool handlers to \ ools/index.js\
  • Add tool definitions to \mcp-server.js\ \getTools()\ array
  • Add dispatch handlers in \mcp-server.js\ tools/call if-chain
  • Add SSE streaming route in \server.js: \GET /cli/stream/:processId\
  • SSE events: stdout, stderr, exit, error
  • Route for process status: \GET /cli/process/:processId\

Files to Modify

  • \ ools/index.js\
  • \mcp-server.js\
  • \server.js\

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions