Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
simple_prompt | A prompt without arguments |
complex_prompt | A prompt with arguments |
resource_prompt | A prompt that includes an embedded resource reference |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Resource 1 | |
Resource 2 | |
Resource 3 | |
Resource 4 | |
Resource 5 | |
Resource 6 | |
Resource 7 | |
Resource 8 | |
Resource 9 | |
Resource 10 |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
echo | Echoes back the input! |
add | Adds two numbers |
printEnv | Prints all environment variables, helpful for debugging MCP server configuration |
longRunningOperation | Demonstrates a long running operation with progress updates |
sampleLLM | Samples from an LLM using MCP's sampling feature |
getTinyImage | Returns the MCP_TINY_IMAGE |
annotatedMessage | Demonstrates how annotations can be used to provide metadata about content |
getResourceReference | Returns a resource reference that can be used by MCP clients |
startElicitation | Demonstrates the Elicitation feature by asking the user to provide information about their favorite color, number, and pets. |
getResourceLinks | Returns multiple resource links that reference different types of resources |