test
). The service is available only while the Room exists.Tool Name | Short Description |
---|---|
add | Adds two numbers |
annotatedMessage | Demonstrates how annotations can be used for metadata |
echo | Echoes back the input |
getResourceReference | Returns a resource reference usable by MCP clients |
getTinyImage | Returns the MCP_TINY_IMAGE |
longRunningOperation | Demo: long running operation with progress updates |
printEnv | Prints environment variables for debugging |
sampleLLM | Samples from an LLM via MCP’s sampling feature |
add
a
(number): First numberb
(number): Second numberannotatedMessage
messageType
(string): Type for annotationincludeImage
(boolean, optional): Attach an example imageecho
message
(string): Message to echogetResourceReference
resourceId
(number): Resource ID (1-100)getTinyImage
longRunningOperation
duration
(number, optional): Duration in secondssteps
(number, optional): Number of stepsprintEnv
sampleLLM
prompt
(string): Prompt for the LLMmaxTokens
(number, optional): Max tokens to generate