video link added
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
title: Python UML Diagram Generator & MCP Server
|
|
|
|
| 3 |
emoji: 🐍
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
|
@@ -56,7 +57,7 @@ This Space automatically serves as an MCP server! To integrate with AI assistant
|
|
| 56 |
"command": "npx",
|
| 57 |
"args": [
|
| 58 |
"mcp-remote",
|
| 59 |
-
"https://
|
| 60 |
"--transport",
|
| 61 |
"sse-only"
|
| 62 |
]
|
|
@@ -70,7 +71,7 @@ This Space automatically serves as an MCP server! To integrate with AI assistant
|
|
| 70 |
{
|
| 71 |
"mcpServers": {
|
| 72 |
"python-diagram-generator": {
|
| 73 |
-
"url": "https://
|
| 74 |
}
|
| 75 |
}
|
| 76 |
}
|
|
@@ -81,7 +82,7 @@ This Space automatically serves as an MCP server! To integrate with AI assistant
|
|
| 81 |
{
|
| 82 |
"mcpServers": {
|
| 83 |
"python-diagram-generator": {
|
| 84 |
-
"url": "https://
|
| 85 |
"headers": {
|
| 86 |
"Authorization": "Bearer hf_your_token_here"
|
| 87 |
}
|
|
|
|
| 1 |
---
|
| 2 |
title: Python UML Diagram Generator & MCP Server
|
| 3 |
+
video: https://youtu.be/n2uV_mX9Byc
|
| 4 |
emoji: 🐍
|
| 5 |
colorFrom: blue
|
| 6 |
colorTo: purple
|
|
|
|
| 57 |
"command": "npx",
|
| 58 |
"args": [
|
| 59 |
"mcp-remote",
|
| 60 |
+
"https://agents-mcp-hackathon-python-code-to-diagram-gene-cc753c2.hf.space/gradio_api/mcp/sse",
|
| 61 |
"--transport",
|
| 62 |
"sse-only"
|
| 63 |
]
|
|
|
|
| 71 |
{
|
| 72 |
"mcpServers": {
|
| 73 |
"python-diagram-generator": {
|
| 74 |
+
"url": "https://agents-mcp-hackathon-python-code-to-diagram-gene-cc753c2.hf.space/gradio_api/mcp/sse"
|
| 75 |
}
|
| 76 |
}
|
| 77 |
}
|
|
|
|
| 82 |
{
|
| 83 |
"mcpServers": {
|
| 84 |
"python-diagram-generator": {
|
| 85 |
+
"url": "https://agents-mcp-hackathon-python-code-to-diagram-gene-cc753c2.hf.space/gradio_api/mcp/sse",
|
| 86 |
"headers": {
|
| 87 |
"Authorization": "Bearer hf_your_token_here"
|
| 88 |
}
|