Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions docs/examples/capabilities.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
example-servers/everything 1.0.0

✔ Tools (10) ✔ Prompts (3) ✔ Resources (10) ✔ Logging ✔ Completions ✘ Experimental

✔ Tools (13) ✔ Prompts (3) ✔ Resources (10) ✔ Logging ✔ Completions ✘ Tasks



🛠️ Tools (10)
🛠️ Tools (13)
─────────────

1. add : Adds two numbers
Expand All @@ -19,13 +20,19 @@ example-servers/everything 1.0.0

6. getTinyImage : Returns the MCP_TINY_IMAGE

7. longRunningOperation : Demonstrates a long running operation with progress updates
7. listRoots : Lists the current MCP roots provided by the client. Demonstrates the roots protocol capability even though this server doesn't access files.

8. printEnv : Prints all environment variables, helpful for debugging MCP server configuration
8. longRunningOperation : Demonstrates a long running operation with progress updates

9. sampleLLM : Samples from an LLM using MCP's sampling feature
9. printEnv : Prints all environment variables, helpful for debugging MCP server configuration

10. structuredContent : Returns structured content along with an output schema for client data validation
10. sampleLLM : Samples from an LLM using MCP's sampling feature

11. startElicitation : Elicitation test tool that demonstrates how to request user input with various field types (string, boolean, email, uri, date, integer, number, enum)

12. structuredContent : Returns structured content along with an output schema for client data validation

13. zip : Compresses the provided resource files (mapping of name to URI, which can be a data URI) to a zip file, which it returns as a data URI resource link.



Expand Down Expand Up @@ -68,8 +75,8 @@ example-servers/everything 1.0.0
🧩 Resource Templates (1)
─────────────────────────

1. Static Resource : test://static/resource/{id}
1. Static Resource : test://static/resource/{id}
A static resource with a numeric ID


◾ generated by mcp-discovery
◾ generated by mcp-discovery
16 changes: 14 additions & 2 deletions docs/examples/create-md-plain.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## example-servers/everything 1.0.0
| ✔ Tools (10) | ✔ Prompts (3) | ✔ Resources (10) | ✔ Logging | ✔ Completions | <span style="opacity:0.6">✘ Experimental</span> |

| ✔ Tools (13) | ✔ Prompts (3) | ✔ Resources (10) | ✔ Logging | ✔ Completions | ~~<span style="opacity:0.6" class="error">✘ Tasks</span>~~ |
| --- | --- | --- | --- | --- | --- |

## 🛠️ Tools (10)
## 🛠️ Tools (13)


- **add**
Expand Down Expand Up @@ -35,6 +36,9 @@
- **getTinyImage**
- Returns the MCP_TINY_IMAGE

- **listRoots**
- Lists the current MCP roots provided by the client. Demonstrates the roots protocol capability even though this server doesn't access files.

- **longRunningOperation**
- Demonstrates a long running operation with progress updates
- **Inputs:**
Expand All @@ -50,11 +54,19 @@
- <code>maxTokens</code> : number<br />
- <code>prompt</code> : string<br />

- **startElicitation**
- Elicitation test tool that demonstrates how to request user input with various field types (string, boolean, email, uri, date, integer, number, enum)

- **structuredContent**
- Returns structured content along with an output schema for client data validation
- **Inputs:**
- <code>location</code> : string<br />

- **zip**
- Compresses the provided resource files (mapping of name to URI, which can be a data URI) to a zip file, which it returns as a data URI resource link.
- **Inputs:**
- <code>files</code> : unknown<br />


## 📝 Prompts (3)

Expand Down
120 changes: 115 additions & 5 deletions docs/examples/create-md.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## example-servers/everything 1.0.0
| ✔ Tools (10) | ✔ Prompts (3) | ✔ Resources (10) | ✔ Logging | ✔ Completions | <span style="opacity:0.6">✘ Experimental</span> |

| ✔ Tools (13) | ✔ Prompts (3) | ✔ Resources (10) | ✔ Logging | ✔ Completions | ~~<span style="opacity:0.6" class="error">✘ Tasks</span>~~ |
| --- | --- | --- | --- | --- | --- |

## 🛠️ Tools (10)
## 🛠️ Tools (13)

<table style="text-align: left;">
<thead>
<tr>
<th style="width: auto;"></th>
<th style="width: auto;">Icon</th>
<th style="width: auto;">Tool Name</th>
<th style="width: auto;">Description</th>
<th style="width: auto;">Inputs</th>
Expand All @@ -16,6 +18,9 @@
<tbody style="vertical-align: top;">
<tr>
<td>1.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>add</b></code>
</td>
Expand All @@ -29,6 +34,9 @@
</tr>
<tr>
<td>2.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>annotatedMessage</b></code>
</td>
Expand All @@ -42,6 +50,9 @@
</tr>
<tr>
<td>3.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>echo</b></code>
</td>
Expand All @@ -54,6 +65,9 @@
</tr>
<tr>
<td>4.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>getResourceLinks</b></code>
</td>
Expand All @@ -66,6 +80,9 @@
</tr>
<tr>
<td>5.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>getResourceReference</b></code>
</td>
Expand All @@ -78,6 +95,9 @@
</tr>
<tr>
<td>6.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>getTinyImage</b></code>
</td>
Expand All @@ -89,6 +109,23 @@
</tr>
<tr>
<td>7.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>listRoots</b></code>
</td>
<td>Lists the current MCP roots provided by the client. Demonstrates the roots protocol capability even though this server doesn't access files.</td>
<td>
<ul>
</ul>
</td>
</tr>
<tr>
<td>8.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>longRunningOperation</b></code>
</td>
Expand All @@ -101,7 +138,10 @@
</td>
</tr>
<tr>
<td>8.</td>
<td>9.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>printEnv</b></code>
</td>
Expand All @@ -112,7 +152,10 @@
</td>
</tr>
<tr>
<td>9.</td>
<td>10.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>sampleLLM</b></code>
</td>
Expand All @@ -125,7 +168,24 @@
</td>
</tr>
<tr>
<td>10.</td>
<td>11.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>startElicitation</b></code>
</td>
<td>Elicitation test tool that demonstrates how to request user input with various field types (string, boolean, email, uri, date, integer, number, enum)</td>
<td>
<ul>
</ul>
</td>
</tr>
<tr>
<td>12.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>structuredContent</b></code>
</td>
Expand All @@ -136,6 +196,21 @@
</ul>
</td>
</tr>
<tr>
<td>13.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>zip</b></code>
</td>
<td>Compresses the provided resource files (mapping of name to URI, which can be a data URI) to a zip file, which it returns as a data URI resource link.</td>
<td>
<ul>
<li> <code>files</code> : unknown<br /></li>
</ul>
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -180,6 +255,7 @@
<thead>
<tr>
<th style="width: auto;"></th>
<th style="width: auto;">Icon</th>
<th style="width: auto;">Resource Name</th>
<th style="width: auto;">Uri</th>
<th style="width: auto;">Description</th>
Expand All @@ -188,6 +264,9 @@
<tbody style="vertical-align: top;">
<tr>
<td>1.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 1</b></code>
</td>
Expand All @@ -198,6 +277,9 @@
</tr>
<tr>
<td>2.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 2</b></code>
</td>
Expand All @@ -208,6 +290,9 @@
</tr>
<tr>
<td>3.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 3</b></code>
</td>
Expand All @@ -218,6 +303,9 @@
</tr>
<tr>
<td>4.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 4</b></code>
</td>
Expand All @@ -228,6 +316,9 @@
</tr>
<tr>
<td>5.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 5</b></code>
</td>
Expand All @@ -238,6 +329,9 @@
</tr>
<tr>
<td>6.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 6</b></code>
</td>
Expand All @@ -248,6 +342,9 @@
</tr>
<tr>
<td>7.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 7</b></code>
</td>
Expand All @@ -258,6 +355,9 @@
</tr>
<tr>
<td>8.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 8</b></code>
</td>
Expand All @@ -268,6 +368,9 @@
</tr>
<tr>
<td>9.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 9</b></code>
</td>
Expand All @@ -278,6 +381,9 @@
</tr>
<tr>
<td>10.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Resource 10</b></code>
</td>
Expand All @@ -295,6 +401,7 @@
<thead>
<tr>
<th style="width: auto;"></th>
<th style="width: auto;">Icon</th>
<th style="width: auto;">Name</th>
<th style="width: auto;">Uri Template</th>
<th style="width: auto;">Description</th>
Expand All @@ -303,6 +410,9 @@
<tbody style="vertical-align: top;">
<tr>
<td>1.</td>
<td>
<!--- no icon -->
</td>
<td>
<code><b>Static Resource</b></code>
</td>
Expand Down
Loading