Spaces:
Running
Running
apple muncy
commited on
Commit
·
2554511
1
Parent(s):
f9f6ae0
Add information to READ.md
Browse filesSigned-off-by: apple muncy <[email protected]>
README.md
CHANGED
@@ -9,5 +9,9 @@ license: apache-2.0
|
|
9 |
short_description: simple Auth Server
|
10 |
app_port: 7860
|
11 |
---
|
|
|
|
|
|
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
short_description: simple Auth Server
|
10 |
app_port: 7860
|
11 |
---
|
12 |
+
This Oauth server is the code found at https://github.com/modelcontextprotocol/python-sdk/tree/main/examples/servers/simple-auth/mcp_simple_auth with changes made to run in a Huggingface Space as an simple free standing MCP Oauth Sever.
|
13 |
+
|
14 |
+
The code was originally written to run with client, resource server, and auth server all on a single matchine.
|
15 |
+
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|