rmcp 1.0.0

Rust SDK for Model Context Protocol
Documentation
{
    "result": {
        "tools": [
            {
                "name": "add",
                "inputSchema": {
                    "type": "object",
                    "properties": {
                        "a": {
                            "type": "number"
                        },
                        "b": {
                            "type": "number"
                        }
                    },
                    "required": [
                        "a",
                        "b"
                    ],
                    "additionalProperties": false,
                    "$schema": "http://json-schema.org/draft-07/schema#"
                },
                "execution": {
                    "taskSupport": "optional"
                }
            }
        ]
    },
    "jsonrpc": "2.0",
    "id": 2
}