mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-08-17 20:03:08 +00:00
375 B
375 B
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
-
Navigate to the
resources
directory -
Set up a Python environment:
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
- Start the example server:
python3 echo_server.py