ovi054 commited on
Commit
0d0dc20
·
verified ·
1 Parent(s): 0aa7758

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -49,4 +49,33 @@ While LLMs are great at text, they struggle to visualize dynamic concepts. This
49
  2. Click **Generate & Render**.
50
  3. Watch your code turn into a video!
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
49
  2. Click **Generate & Render**.
50
  3. Watch your code turn into a video!
51
 
52
+ ### 2. Connect via MCP (Streamable HTTP)
53
+ To add this MCP to clients that support Streamable HTTP, add the following configuration to your MCP config:
54
+
55
+ ```json
56
+ {
57
+ "mcpServers": {
58
+ "gradio": {
59
+ "url": "https://mcp-1st-birthday-anim-lab-ai.hf.space/gradio_api/mcp/"
60
+ }
61
+ }
62
+ }
63
+ ```
64
+ ## ⚙️ Tech Stack
65
+ * **Frontend/Server:** Gradio (MCP Mode)
66
+ * **Animation Engine:** Manim Community (v0.19)
67
+ * **LLM Inference:** Fal AI (Claude 4.5 Sonnet)
68
+
69
+
70
+ ### Live Demo & Demo Video
71
+
72
+ - **Live Demo**: [Anim Lab AI - Huggingface](https://huggingface.co/spaces/MCP-1st-Birthday/anim-lab-ai)
73
+ - **Demo Video**: [Youtube](https://youtu.be/IFqazttMO_Y)
74
+
75
+ ### Social Media Post
76
+
77
+ - **Huggingface Post**: [Introducing Anim Lab AI - HF](https://huggingface.co/posts/ovi054/498416611324104)
78
+ - **Twitter/X**: [Introducing Anim Lab AI - X](https://x.com/1Views66845/status/1995108296873898419)
79
+
80
+
81
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference