Jofthomas commited on
Commit
a12232a
·
1 Parent(s): abe8539
Files changed (1) hide show
  1. templates/index.html +6 -6
templates/index.html CHANGED
@@ -52,8 +52,8 @@
52
  <div class="tile">
53
  <h3>Available servers</h3>
54
  <ul class="muted">
55
- <li><a href="{{ base_url }}/echo" target="_blank" rel="noopener noreferrer">{{ base_url }}/echo</a> — Echo MCP server</li>
56
- <li><a href="{{ base_url }}/math" target="_blank" rel="noopener noreferrer">{{ base_url }}/math</a> — Math MCP server</li>
57
  </ul>
58
  </div>
59
  <div class="tile">
@@ -73,8 +73,8 @@
73
 
74
  base_URL = {{ base_url }}
75
 
76
- Echo MCP = {{ base_url }}/echo
77
- Math MCP = {{ base_url }}/math
78
  </code></pre>
79
 
80
  <p class="muted" style="margin:10px 0 8px">Illustration of the “Embed this Space” dialog:</p>
@@ -85,8 +85,8 @@ Math MCP = {{ base_url }}/math
85
  <div class="card">
86
  <h3 style="margin-top:0">Quick links</h3>
87
  <ul>
88
- <li><a href="{{ base_url }}/echo" target="_blank" rel="noopener noreferrer">Open /echo</a></li>
89
- <li><a href="{{ base_url }}/math" target="_blank" rel="noopener noreferrer">Open /math</a></li>
90
  </ul>
91
  <h3>Use in clients</h3>
92
  <p class="muted">Point your MCP client to the endpoints below:</p>
 
52
  <div class="tile">
53
  <h3>Available servers</h3>
54
  <ul class="muted">
55
+ <li><a href="/echo/mcp" target="_blank" rel="noopener noreferrer">{{ base_url }}/echo/mcp</a> — Echo MCP server</li>
56
+ <li><a href="/math/mcp" target="_blank" rel="noopener noreferrer">{{ base_url }}/math/mcp</a> — Math MCP server</li>
57
  </ul>
58
  </div>
59
  <div class="tile">
 
73
 
74
  base_URL = {{ base_url }}
75
 
76
+ Echo MCP = {{ base_url }}/echo/mcp
77
+ Math MCP = {{ base_url }}/math/mcp
78
  </code></pre>
79
 
80
  <p class="muted" style="margin:10px 0 8px">Illustration of the “Embed this Space” dialog:</p>
 
85
  <div class="card">
86
  <h3 style="margin-top:0">Quick links</h3>
87
  <ul>
88
+ <li><a href="/echo/mcp" target="_blank" rel="noopener noreferrer">Open /echo/mcp</a></li>
89
+ <li><a href="/math/mcp" target="_blank" rel="noopener noreferrer">Open /math/mcp </a></li>
90
  </ul>
91
  <h3>Use in clients</h3>
92
  <p class="muted">Point your MCP client to the endpoints below:</p>