Summary
This release focuses on streamlining the agent by removing the MCP (Model Context Protocol) server implementation and upgrading key dependencies for improved security and stability.
⚠️ Breaking Changes
- Remove MCP Server: The Model Context Protocol (MCP) server implementation has been completely removed.
- The
txlog mcpcommand is no longer available. - MCP-related files and directories (
cmd/mcp.go,internal/mcp/*) have been deleted.
- The
🔒 Security Updates
- Security Bump (
golang.org/x/net): Upgraded from0.53.0to0.55.0to resolve security vulnerabilities.
📦 Dependency Updates
- golang.org/x/sys: Upgraded from
0.44.0to0.45.0.
Full Changelog: v1.16.1...v1.17.0