@iflow-mcp/marktisham-lumostradetool
v0.1.1
Published
Node.js + TypeScript MCP server deployed to Cloud Run as lumos-tool-trade.
Readme
LumosTradeTool (Node MCP)
Node.js + TypeScript MCP server deployed to Cloud Run as lumos-tool-trade.
Add a tool
- Create a new file under src/tools/ (or copy src/tools/_TEMPLATE.ts).
- Export a register function that calls server.tool(...).
- Register it in src/tools/registerTools.ts.
Local run
- Tool server: ./lumos run lumostradetool
- MCP endpoint: http://127.0.0.1:8082/mcp
Notes
- Keep src/index.ts focused on server boot and wiring.
- Keep tool implementations in src/tools/.
- Add shared helpers under src/lib/.
Related documentation
- Operations: ../../../docs/OPERATIONS.md
