Jofthomas commited on
Commit
055cb70
·
verified ·
1 Parent(s): 04a635c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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
- Echo: GET {{ base_url }}/echo
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>