Skip to main content
Glama
vytharion

mcp-timeout-demo

by vytharion

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TIMEOUT_DEMO_CONFIGNoPath to a JSON configuration file with per-tool timeout overrides. The file should have shape { 'tools': { 'long_running_task': { 'timeout_ms': 60000 } } }. Missing file is an error.
MCP_TIMEOUT_DEMO_TIMEOUT_MS__LONG_RUNNING_TASKNoDefault timeout in milliseconds for the long_running_task tool. Overrides the built-in default of 5000 ms. Takes precedence over the JSON config file.5000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
long_running_taskD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or overlap. Every available tool has a distinct purpose by virtue of being the sole tool.

Naming Consistency5/5

With a single tool, naming consistency is trivially satisfied. The name 'long_running_task' is clear and follows a descriptive pattern, although no pattern can be established from one example.

Tool Count3/5

A single tool feels thin for general use, but it is borderline acceptable for a server explicitly named 'mcp-timeout-demo' whose purpose appears to be demonstrating timeout behavior. One tool may be intentionally minimal for this narrow scope.

Completeness5/5

For a server dedicated to timeout demonstration, the 'long_running_task' tool fully covers the apparent purpose. There are no obvious gaps or dead ends given the focused domain.

Maintenance

ActivitySlowing
ResponsivenessNo issues