Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/MCP_SERVER_DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ source ~/.bash_profile
echo $OAR_JWK # Should print your JWK key

# Test the server (Ctrl+C to stop)
python3 -m mcp.server
python3 -m mcp_server.server
```

You should see:
Expand Down
5 changes: 4 additions & 1 deletion mcp_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,11 @@ The MCP server:
# Ensure credentials are loaded
source ~/.bash_profile

# Navigate to mcp_server directory
cd mcp_server/

# Run the server
python3 -m mcp.server
python3 server.py
```

### Deploying on VM
Expand Down