PROJECT.md 468 B

Trader MCP - Project

Purpose

A minimal MCP server scaffold for trading helpers. Start with a small public surface and keep app logic isolated.

Architecture

  • FastAPI app
  • FastMCP mounted at /mcp using SSE at /mcp/sse
  • App-specific logic under src/<app_name>/*
  • State persistence via SQLite (add only as needed)
  • Logs and pid files under ./logs/

Routes

  • GET / minimal landing page
  • GET /health liveness
  • GET /mcp/sse MCP SSE endpoint