mcp-agent-server
3.5
A simple implementation of a Model Context Protocol server with a dummy tool.
Model Context Protocol Server
A simple implementation of a Model Context Protocol server with a dummy tool.
Setup
- Install dependencies:
pip install -r requirements.txt
- Run the server:
python server.py
The server will start on http://localhost:8000
Available Tools
Dummy Tool
- Endpoint:
/tools/dummy_tool
- Method: POST
- Parameters: None
- Returns: Empty string
API Documentation
Once the server is running, you can access the API documentation at:
- Swagger UI:
http://localhost:8000/docs
- ReDoc:
http://localhost:8000/redoc