Geen omschrijving

Lukas Goldschmidt eb694cf545 gitignore 1 maand geleden
src 22e90fa945 mcp clients fix, config to .env 1 maand geleden
tests 22e90fa945 mcp clients fix, config to .env 1 maand geleden
.env 22e90fa945 mcp clients fix, config to .env 1 maand geleden
.env.example eb694cf545 gitignore 1 maand geleden
.gitignore eb694cf545 gitignore 1 maand geleden
PROJECT.md 7dbaa98994 initial commit - server scaffold 1 maand geleden
README.md 7dbaa98994 initial commit - server scaffold 1 maand geleden
Strategy_concepts_1.md 7dbaa98994 initial commit - server scaffold 1 maand geleden
killserver.sh 7dbaa98994 initial commit - server scaffold 1 maand geleden
requirements.txt 7dbaa98994 initial commit - server scaffold 1 maand geleden
restart.sh 7dbaa98994 initial commit - server scaffold 1 maand geleden
run.sh 7dbaa98994 initial commit - server scaffold 1 maand geleden
tests.sh 7dbaa98994 initial commit - server scaffold 1 maand geleden

README.md

Trader MCP

MCP server for trading-related helper functions (read-only by default where possible).

Endpoints

  • GET / - landing page
  • GET /health - lightweight health check
  • GET /mcp/sse - MCP SSE transport endpoint

MCP

Implements a small, read-oriented MCP surface under /mcp.

Development

See run.sh / tests.sh in this folder.