mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-08-18 04:09:57 +00:00
Improve readme
This commit is contained in:
parent
2cad797aee
commit
b30aa6273c
3 changed files with 108 additions and 236 deletions
21
resources/README.md
Normal file
21
resources/README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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. Navigate to the `resources` directory
|
||||
|
||||
2. Set up a Python environment:
|
||||
|
||||
```bash
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
3. Start the example server:
|
||||
|
||||
```bash
|
||||
python3 echo_server.py
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue