Nymbo commited on
Commit
63bb8fd
·
verified ·
1 Parent(s): c6ba031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -182,7 +182,6 @@ with gr.Blocks(title="Nymbo/Tools MCP") as demo:
182
  gr.Markdown(
183
  "## Nymbo/Tools MCP\n"
184
  "<p style='font-size: 0.7rem; opacity: 0.85; margin-top: 2px; margin-bottom: 6px;'>General purpose tools useful for any agent.</p>\n"
185
- "<code style='font-size: 0.7rem; word-break: break-all; display: block; margin-bottom: 6px;'>https://nymbo.net/gradio_api/mcp/</code>\n"
186
  "<a href='https://www.nymbo.net/nymbot' target='_blank' style='font-size: 0.7rem; display: block;'>Test with Nymbot</a>"
187
  )
188
 
@@ -197,13 +196,13 @@ with gr.Blocks(title="Nymbo/Tools MCP") as demo:
197
  <p>
198
  This Space also runs as a Model Context Protocol (MCP) server. Point your client to:
199
  <br/>
200
- <code>https://nymbo.net/gradio_api/mcp/</code>
201
  </p>
202
  <p>Example client configuration:</p>
203
  <pre><code class="language-json">{
204
  "mcpServers": {
205
  "nymbo-tools": {
206
- "url": "https://nymbo.net/gradio_api/mcp/"
207
  }
208
  }
209
  }</code></pre>
 
182
  gr.Markdown(
183
  "## Nymbo/Tools MCP\n"
184
  "<p style='font-size: 0.7rem; opacity: 0.85; margin-top: 2px; margin-bottom: 6px;'>General purpose tools useful for any agent.</p>\n"
 
185
  "<a href='https://www.nymbo.net/nymbot' target='_blank' style='font-size: 0.7rem; display: block;'>Test with Nymbot</a>"
186
  )
187
 
 
196
  <p>
197
  This Space also runs as a Model Context Protocol (MCP) server. Point your client to:
198
  <br/>
199
+ <code>https://nymbo-tools.hf.space/gradio_api/mcp/</code>
200
  </p>
201
  <p>Example client configuration:</p>
202
  <pre><code class="language-json">{
203
  "mcpServers": {
204
  "nymbo-tools": {
205
+ "url": "https://nymbo-tools.hf.space/gradio_api/mcp/"
206
  }
207
  }
208
  }</code></pre>