Nymbo commited on
Commit
fba9e37
·
verified ·
1 Parent(s): 5794b7d

This server is now listed on the official MCP registry! https://mcp.nymbo.net/

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1764,13 +1764,13 @@ with gr.Blocks(title="Nymbo/Tools MCP", theme="Nymbo/Nymbo_Theme", css=CSS_STYLE
1764
  <p>
1765
  This Space also runs as a Model Context Protocol (MCP) server. Point your client to:
1766
  <br/>
1767
- <code>https://nymbo-tools.hf.space/gradio_api/mcp/</code>
1768
  </p>
1769
  <p>Example client configuration:</p>
1770
  <pre><code class="language-json">{
1771
  "mcpServers": {
1772
  "gradio": {
1773
- "url": "https://nymbo-tools.hf.space/gradio_api/mcp/"
1774
  }
1775
  }
1776
  }</code></pre>
 
1764
  <p>
1765
  This Space also runs as a Model Context Protocol (MCP) server. Point your client to:
1766
  <br/>
1767
+ <code>https://mcp.nymbo.net/gradio_api/mcp/</code>
1768
  </p>
1769
  <p>Example client configuration:</p>
1770
  <pre><code class="language-json">{
1771
  "mcpServers": {
1772
  "gradio": {
1773
+ "url": "https://mcp.nymbo.net/gradio_api/mcp/"
1774
  }
1775
  }
1776
  }</code></pre>