mirror of
https://github.com/agentuniverse-ai/agentUniverse.git
synced 2026-02-09 01:59:19 +08:00
Merge pull request #402 from agentuniverse-ai/develop_mcp
CHANGE: as_mcp_tool only accept bool and dict
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user