Upload README.md with huggingface_hub

#2
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -5,6 +5,22 @@ colorFrom: red
5
  colorTo: gray
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  colorTo: gray
6
  sdk: docker
7
  pinned: false
8
+ app_port: 7860
9
  ---
10
 
11
+ # ClickUp MCP Server
12
+
13
+ This is an MCP server for ClickUp, deployed to Hugging Face Spaces.
14
+
15
+ ## API Endpoints
16
+
17
+ - `GET /health`: Health check endpoint.
18
+ - `GET /sse`: MCP SSE connection endpoint (requires Bearer token).
19
+ - `POST /messages`: MCP messages endpoint.
20
+
21
+ ## Configuration
22
+
23
+ The following environment variables are required:
24
+
25
+ - `CLICKUP_API_KEY`: Your ClickUp Personal API Key.
26
+ - `TOKEN`: The secret token for authenticating SSE connections.