mcp-agent-server

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

  1. Install dependencies:
pip install -r requirements.txt
  1. 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