Open
Conversation
…hema, knowledge base, and tools, while updating .gitignore and context documentation.
|
DeputyDev will no longer review pull requests automatically.To request a review, simply comment #review on your pull request—this will trigger an on-demand review whenever you need it. |
…feature/mcp_v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR implements Catalyst MCP v2, introducing a comprehensive framework for setup, data management, and a specialized tool suite. It establishes the
mcp_v2module with core logic, database schemas, and initial knowledge-base configurations.Key Changes
mcp.jsandhelpers.jsas the foundation for the MCP v2 logic.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.schema.sqldefining the persistence layer for MCP v2.knowledge-base.jsonandconversion-tasks.jsonwith base data.setup.jsandpackage.jsonfor environment initialization and dependency management.context.mdto align with the new architecture..gitignoreto track/ignore relevantmcp_v2assets.Verification
mcp_v2.