Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +3 -4
templates/index.html
CHANGED
|
@@ -89,10 +89,9 @@ Math MCP = {{ base_url }}/math/mcp
|
|
| 89 |
</ul>
|
| 90 |
<h3>Use in clients</h3>
|
| 91 |
<p class="muted">Point your MCP client to the endpoints below:</p>
|
| 92 |
-
<pre><code>HTTP streaming endpoints
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
Math: GET {{ base_url }}/math
|
| 96 |
</code></pre>
|
| 97 |
</div>
|
| 98 |
</div>
|
|
|
|
| 89 |
</ul>
|
| 90 |
<h3>Use in clients</h3>
|
| 91 |
<p class="muted">Point your MCP client to the endpoints below:</p>
|
| 92 |
+
<pre><code>HTTP streaming endpoints:
|
| 93 |
+
Echo: {{ base_url }}/echo/mcp
|
| 94 |
+
Math: {{ base_url }}/math/mcp
|
|
|
|
| 95 |
</code></pre>
|
| 96 |
</div>
|
| 97 |
</div>
|