Conversation
- Sync MCP diagnostics stats with Embeddings & Knowledge Graph DB metrics - Auto-inject workspace root into MCP tool execution contexts - Connect AI personas to MCP tool registry (personas.*) - Standardize topbar, remove duplicate server rows, add borderless copy button
- Add missing registerSession method to McpSessionManager to fix SSE connection handling - Auto-migrate status columns in TelemetryDB for pre-existing SQLite databases
…n architecture spec
Add MCP and Terminal routes to VitePress sidebar. Reflect transition of inbuilt LLM chat to embedded MCP server while preserving Knowledge Graph and vector search architecture.
…ft sidebars & subtle styles - Expanded tool registry to 50 tools across 10 capability suites (notes, index, workspace, diagrams, drawio, media, tasks, knowledge, git, diagnostics). - Implemented allowWriteTools config toggle, UI setting switch, and rejection of write operations when disabled. - Recorded MCP tool call execution telemetry in SQLite database and broadcast via IPC to AI Health Diagnostics flight log. - Standardized MCP Tools and MCP Diagnostics pages to left sidebar layouts with subtle borders and hover styles.
…te UI suite categorizers - Updated MCPToolsPage.jsx tool categorizer helper to list all 10 capability suites. - Created docs/mcp-tools-reference.md detailing all 50 registered tools, input parameters, write guards, and Claude Desktop setup. - Updated docs/architecture.md Section 3E with Model Context Protocol Subsystem overview.
- Register 123 tools across 14 capability suites in ApplicationToolRegistry - Enforce allowWriteTools security gating in McpServer and registry - Add read-only warning badges and blocked indicators to MCPToolsPage - Update docs and architecture specs for complete MCP reference
- Add excalidraw.read, excalidraw.create, excalidraw.update, excalidraw.list, excalidraw.extract_elements, excalidraw.delete - Register Excalidraw Drawings category in MCPToolsPage UI - Update reference documentation to 129 tools across 15 suites
- Normalize workspace-relative paths with leading slash support in assertPathInWorkspace - Fix ESM relative import extensions in workspaceMediaService.js and mediaUtils.js - Fix diagnostics.check_health to call getSubsystemHealth() - Add workspace.list_workspaces, workspace.current, workspace.notes_index, and workspace.media_used_index - Add integration test suite with 37 tests in tests/mcp/mcpToolSuites.test.js
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.
Description
Provide a brief summary of the changes made, the goal of this pull request, and any relevant issue links (e.g.
Closes #123).Types of Changes
Checklist
Verification/Screenshots
Provide verification steps, console output logs, or screenshots/videos of UI changes to demonstrate the fix/feature working.