Merge pull request #402 from agentuniverse-ai/develop_mcp

CHANGE: as_mcp_tool only accept bool and dict
This commit is contained in:
Jerry Z H
2025-05-22 11:45:39 +08:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ description: |
```
tool_type: 'api'
input_keys: ['input']
as_mcp_tool:
as_mcp_tool: true
# The placeholder "${ROOT_PACKAGE}" is mapped to the value of "ROOT_PACKAGE" defined in the config.toml file.
# It allows you to conveniently manage multiple different agent applications by configuring the root package value.
meta_class: '${ROOT_PACKAGE}.intelligence.agentic.tool.custom.mock_search_tool.MockSearchTool'