Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mcp-use.com/llms.txt

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

MCPServerTool

from mcp_use.agents.managers.tools.base_tool import MCPServerTool

Attributes
name
ClassVar
required
Name identifier
description
ClassVar
required
Parameter value

method init

Initialize with server manager.Parameters
server_manager
required
Server name or configuration
Signature
def __init__(server_manager):

property server_manager

Signature
def server_manager():