MCPcopy Index your code
hub / github.com/MiniMax-AI/Mini-Agent / execute

Method execute

tests/test_acp.py:56–57  ·  view source on GitHub ↗
(self, text: str)

Source from the content-addressed store, hash-verified

54 return {"type": "object", "properties": {"text": {"type": "string"}}}
55
56 async def execute(self, text: str):
57 return ToolResult(success=True, content=f"tool:{text}")
58
59
60@pytest.fixture

Callers 1

test_mcp_tool_executionFunction · 0.45

Calls 1

ToolResultClass · 0.90

Tested by

no test coverage detected