설명 없음

Lukas Goldschmidt 7dbaa98994 initial commit - server scaffold 1 개월 전
src 7dbaa98994 initial commit - server scaffold 1 개월 전
tests 7dbaa98994 initial commit - server scaffold 1 개월 전
.gitignore 7dbaa98994 initial commit - server scaffold 1 개월 전
PROJECT.md 7dbaa98994 initial commit - server scaffold 1 개월 전
README.md 7dbaa98994 initial commit - server scaffold 1 개월 전
Strategy_concepts_1.md 7dbaa98994 initial commit - server scaffold 1 개월 전
killserver.sh 7dbaa98994 initial commit - server scaffold 1 개월 전
requirements.txt 7dbaa98994 initial commit - server scaffold 1 개월 전
restart.sh 7dbaa98994 initial commit - server scaffold 1 개월 전
run.sh 7dbaa98994 initial commit - server scaffold 1 개월 전
tests.sh 7dbaa98994 initial commit - server scaffold 1 개월 전

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.