ropic commited on
Commit
7b3a04b
·
verified ·
1 Parent(s): 36a1c6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,9 +1,18 @@
1
  ---
2
- title: mcp
3
  emoji: 💻
4
  colorFrom: pink
5
  colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
  app_port: 8000
9
- ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: mcpo
3
  emoji: 💻
4
  colorFrom: pink
5
  colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
  app_port: 8000
9
+ ---
10
+
11
+ # MCPO Proxy Service
12
+
13
+ This Space runs the MCPO proxy service, configured via `entrypoint.sh` and environment variables (Secrets).
14
+
15
+ Check the Docker logs for startup details and potential errors.
16
+
17
+ The service endpoint will be: `https://<your-space-name>.hf.space`
18
+ Health check endpoint: `https://<your-space-name>.hf.space/health`