Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

register_tool

Method
This is a method of the MCPServer class in the mcp module.
Register a tool

Signature

def register_tool(&mut self, tool: MCPTool) -> ()

Parameters

tool
MCPTool
required
No description available.

Returns

Returns
()
The result of the operation.

Rust Tools

Rust Code Execution

Rust Web Search