Skip to content

Commit 7a6d63b

Browse files
committed
feat: enhance MCP server tests and knowledge graph features
- Expand MCP server mode tests with comprehensive test coverage - Add KG features proof E2E test (kg-features-proof.spec.ts) - Improve knowledge graph modal and search components - Update Novel editor with better slash command integration - Enhance ThemeSwitcher and RoleGraphVisualization components - Add runtime.ts utility module - Update TypeScript configuration for better type checking - Clean up duplicate crates directory and verification artifacts
1 parent a180d80 commit 7a6d63b

20 files changed

Lines changed: 763 additions & 156 deletions

Cargo.lock

Lines changed: 127 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ terraphim_types = { git = "https://github.com/terraphim/terraphim-ai.git", branc
3737
terraphim_persistence = { git = "https://github.com/terraphim/terraphim-ai.git", branch = "main" }
3838
terraphim_service = { git = "https://github.com/terraphim/terraphim-ai.git", branch = "main" }
3939
terraphim_mcp_server = { git = "https://github.com/terraphim/terraphim-ai.git", branch = "main" }
40-
rmcp = { version = "0.9.0", features = ["server"] }
40+
rmcp = { version = "0.9.0", features = ["server", "client", "transport-child-process"] }
4141
serde_json_any_key = "2.0.0"
4242
anyhow = "1.0.81"
4343
log = "0.4.29"

0 commit comments

Comments
 (0)