generated from softwaremill/sbt-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, all agent tools must be manually defined using AgentTool.fromFunction, requiring developers to write boilerplate code for each tool's name, description, schema, and execution logic.
This proposal is to add MCP server integration that would allow agents to automatically load tools from MCP-compliant servers (e.g., AgentConfig.fromMcpServer("stdio://my-mcp-server")) instead of manually defining each tool. The integration should support the full MCP specification including tool discovery, schema extraction, and dynamic execution of remote tools.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request