Update app.py
Browse files
app.py
CHANGED
|
@@ -431,6 +431,32 @@ with gr.Blocks(title="Nymbo/Tools MCP") as demo:
|
|
| 431 |
"""
|
| 432 |
<div class="info-accordion">
|
| 433 |
<div class="info-grid" style="grid-template-columns: 1fr;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 434 |
<section class="info-card">
|
| 435 |
<div class="info-card__body">
|
| 436 |
<h3>Enable Image Gen, Video Gen, and Deep Research</h3>
|
|
@@ -460,32 +486,6 @@ with gr.Blocks(title="Nymbo/Tools MCP") as demo:
|
|
| 460 |
</div>
|
| 461 |
</section>
|
| 462 |
|
| 463 |
-
<section class="info-card">
|
| 464 |
-
<div class="info-card__body">
|
| 465 |
-
<h3>Connecting from an MCP Client</h3>
|
| 466 |
-
<p>
|
| 467 |
-
This Space also runs as a Model Context Protocol (MCP) server. Point your client to:
|
| 468 |
-
<br/>
|
| 469 |
-
<code>https://nymbo.net/gradio_api/mcp/</code>
|
| 470 |
-
</p>
|
| 471 |
-
<p>Example client configuration:</p>
|
| 472 |
-
<pre><code class="language-json">{
|
| 473 |
-
"mcpServers": {
|
| 474 |
-
"nymbo-tools": {
|
| 475 |
-
"url": "https://nymbo.net/gradio_api/mcp/"
|
| 476 |
-
}
|
| 477 |
-
}
|
| 478 |
-
}</code></pre>
|
| 479 |
-
<p>Run the following commands in sequence to run the server locally:</p>
|
| 480 |
-
<pre><code>git clone https://huggingface.co/spaces/Nymbo/Tools
|
| 481 |
-
cd Tools
|
| 482 |
-
python -m venv env
|
| 483 |
-
source env/bin/activate
|
| 484 |
-
pip install -r requirements.txt
|
| 485 |
-
python app.py</code></pre>
|
| 486 |
-
</div>
|
| 487 |
-
</section>
|
| 488 |
-
|
| 489 |
<section class="info-card">
|
| 490 |
<div class="info-card__body">
|
| 491 |
<h3>Tool Notes & Kokoro Voice Legend</h3>
|
|
|
|
| 431 |
"""
|
| 432 |
<div class="info-accordion">
|
| 433 |
<div class="info-grid" style="grid-template-columns: 1fr;">
|
| 434 |
+
<section class="info-card">
|
| 435 |
+
<div class="info-card__body">
|
| 436 |
+
<h3>Connecting from an MCP Client</h3>
|
| 437 |
+
<p>
|
| 438 |
+
This Space also runs as a Model Context Protocol (MCP) server. Point your client to:
|
| 439 |
+
<br/>
|
| 440 |
+
<code>https://nymbo.net/gradio_api/mcp/</code>
|
| 441 |
+
</p>
|
| 442 |
+
<p>Example client configuration:</p>
|
| 443 |
+
<pre><code class="language-json">{
|
| 444 |
+
"mcpServers": {
|
| 445 |
+
"nymbo-tools": {
|
| 446 |
+
"url": "https://nymbo.net/gradio_api/mcp/"
|
| 447 |
+
}
|
| 448 |
+
}
|
| 449 |
+
}</code></pre>
|
| 450 |
+
<p>Run the following commands in sequence to run the server locally:</p>
|
| 451 |
+
<pre><code>git clone https://huggingface.co/spaces/Nymbo/Tools
|
| 452 |
+
cd Tools
|
| 453 |
+
python -m venv env
|
| 454 |
+
source env/bin/activate
|
| 455 |
+
pip install -r requirements.txt
|
| 456 |
+
python app.py</code></pre>
|
| 457 |
+
</div>
|
| 458 |
+
</section>
|
| 459 |
+
|
| 460 |
<section class="info-card">
|
| 461 |
<div class="info-card__body">
|
| 462 |
<h3>Enable Image Gen, Video Gen, and Deep Research</h3>
|
|
|
|
| 486 |
</div>
|
| 487 |
</section>
|
| 488 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 489 |
<section class="info-card">
|
| 490 |
<div class="info-card__body">
|
| 491 |
<h3>Tool Notes & Kokoro Voice Legend</h3>
|