Leonard907/mcp-agent-server
3.1
If you are the rightful owner of mcp-agent-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple implementation of a Model Context Protocol server with a dummy tool.
Tools
1
Resources
0
Prompts
0
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