mcp-server

mcp-server

0

The MCP Server is a FastAPI-based application designed for efficient WebSocket communication, file management, and tool execution. It serves static files and includes a comprehensive testing suite, making it a versatile server solution.

GET /files?q=<query>

Search for files in public directories

GET /files/{filename}

Read a specific file

POST /tools

Execution Tool (currently supports summary generation)

GET /public/

Provide static file services

ws://localhost:8080/ws

WebSocket endpoints are used for real-time communication