@epicdm/flowstate-mcp-gateway
v1.0.0
Published
HTTP/REST gateway for FlowState MCP server
Maintainers
Readme
FlowState MCP Gateway
HTTP/REST gateway for FlowState MCP server, enabling web and Electron clients to access MCP tools.
Features
- RESTful API for MCP tool execution
- CORS support for web clients
- Environment-based configuration
- Health check endpoint
Installation
yarn add @epic-flow/flowstate-mcp-gatewayUsage
# Start server
yarn start
# Development mode
yarn devAPI Endpoints
GET /health- Health checkGET /mcp/tools- List available toolsPOST /mcp/tools/call- Execute a tool
