Release 01-25-2026 #3
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for the Model Context Protocol (MCP) for integration with Claude Desktop, VS Code, and other MCP clients, and refactors the agent workflow to add a "general chat" capability. It also improves prompt management by centralizing prompt templates and dialect guidelines, and updates documentation to reflect these changes. The most important changes are grouped below.
MCP Protocol Integration:
data-agent-mcp) and documentation for MCP server usage, options, available tools/resources, and client configuration for Claude Desktop, VS Code, and Cursor. [1] [2] [3] [4]Agent Workflow Refactor & General Chat:
Prompt Management Improvements:
promptsmodule, with documentation for usage, extension, and configuration overrides. Default prompts for intent detection and general chat are now imported and used in agent logic. [1] [2]Documentation and Config Updates:
Dependency and CLI Updates:
mcp>=1.25.0to dependencies and registered the MCP server CLI entrypoint inpyproject.toml.Let me know if you want a deeper dive into any of these changes!