Describe this server's runtime
demo_describe_runtimeDescribes the running MCP server, including version, accepted MCP protocol versions, interpreter and platform versions, and third-party dependency status.
Instructions
Describes the running demo server itself: mcptoon version, the MCP protocol versions it accepts, the interpreter and platform versions behind it, and whether it carries any third-party runtime dependency. ...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| python | Yes | Python interpreter version in this container. | |
| platform | Yes | Platform triple of the machine answering the call. | |
| tool_count | Yes | Tools this server answers tools/list with. | |
| server_name | Yes | MCP serverInfo name this server reports. | |
| mcptoon_version | Yes | Version of the running package. | |
| supported_protocol_versions | Yes | MCP protocol versions it will negotiate. | |
| third_party_runtime_dependencies | Yes | List of install requires, or a sentence when running from source. |