v0.1.0-canary.7
Pre-release
Pre-release
·
15 commits
to main
since this release
Summary
This tag implements Catalyst MCP v2, introducing a comprehensive framework for setup, data management, and a specialized tool suite. It establishes the mcp_v2 module with core logic, database schemas, and initial knowledge-base configurations.
Key Changes
- Core Implementation: Added
mcp.jsandhelpers.jsas the foundation for the MCP v2 logic. - Tools Suite: Introduced a new
mcp_v2/tools/directory with specialized scripts for:build.js&sync.js: Automation and synchronization.conversion.js&tasks.js: Data processing and task orchestration.knowledge.js: Knowledge base management.config.js&debug.js: Configuration handling and debugging utilities.
- Database & Data:
- Added
schema.sqldefining the persistence layer for MCP v2. - Initialized
knowledge-base.jsonandconversion-tasks.jsonwith base data.
- Added
- Infrastructure: Included
setup.jsandpackage.jsonfor environment initialization and dependency management. - Documentation & Maintenance:
- Significant refactor of
context.mdto align with the new architecture. - Updated
.gitignoreto track/ignore relevantmcp_v2assets.
- Significant refactor of
Verification
- Verified the complete directory structure for
mcp_v2. - Confirmed that new scripts and configurations follow project standards.