open-mcp-auth-proxy-upstream/resources/README.md
2025-08-11 16:39:46 +05:30

19 lines
341 B
Markdown

# Example MCP server
Use this example MCP server, if you don't already have an MCP server to test the open-mcp-auth-proxy.
## Setting Up
1. Set up a Python virtual environment.
```bash
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
```
2. Start the example server.
```bash
python3 echo_server.py
```