Aucune description

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

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.