Skip to content

v0.1.0-canary.7

Pre-release
Pre-release

Choose a tag to compare

@mayankmahavar1mg mayankmahavar1mg released this 31 Mar 12:31
· 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.js and helpers.js as 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.sql defining the persistence layer for MCP v2.
    • Initialized knowledge-base.json and conversion-tasks.json with base data.
  • Infrastructure: Included setup.js and package.json for environment initialization and dependency management.
  • Documentation & Maintenance:
    • Significant refactor of context.md to align with the new architecture.
    • Updated .gitignore to track/ignore relevant mcp_v2 assets.

Verification

  • Verified the complete directory structure for mcp_v2.
  • Confirmed that new scripts and configurations follow project standards.