trustgraph/trustgraph-base/trustgraph/api
cybermaggedon 9c7a070681
Feature/react call mcp (#428)
Key Features

  - MCP Tool Integration: Added core MCP tool support with ToolClientSpec and ToolClient classes
  - API Enhancement: New mcp_tool method for flow-specific tool invocation
  - CLI Tooling: New tg-invoke-mcp-tool command for testing MCP integration
  - React Agent Enhancement: Fixed and improved multi-tool invocation capabilities
  - Tool Management: Enhanced CLI for tool configuration and management

Changes

  - Added MCP tool invocation to API with flow-specific integration
  - Implemented ToolClientSpec and ToolClient for tool call handling
  - Updated agent-manager-react to invoke MCP tools with configurable types
  - Enhanced CLI with new commands and improved help text
  - Added comprehensive documentation for new CLI commands
  - Improved tool configuration management

Testing

  - Added tg-invoke-mcp-tool CLI command for isolated MCP integration testing
  - Enhanced agent capability to invoke multiple tools simultaneously
2025-07-08 16:19:19 +01:00
..
__init__.py Add Python support to calling the API (#169) 2024-11-22 15:55:32 +00:00
api.py Add optional timeout to API, 60s default (#376) 2025-05-08 19:00:17 +01:00
config.py Feature/react call mcp (#428) 2025-07-08 16:19:19 +01:00
exceptions.py Feature/library cli (#363) 2025-05-05 11:09:18 +01:00
flow.py Feature/react call mcp (#428) 2025-07-08 16:19:19 +01:00
knowledge.py Renamed default flow from 0000 to default (#395) 2025-05-24 12:27:56 +01:00
library.py Renamed default flow from 0000 to default (#395) 2025-05-24 12:27:56 +01:00
types.py Sample docs loader (#365) 2025-05-06 13:43:17 +01:00