Skip to content

Removed Local AI and added MCP tools - #23

Merged
oksbwn merged 19 commits into
masterfrom
ai_det
Sep 14, 2026
Merged

oksbwn merged 19 commits into
masterfrom
ai_det

Conversation

@oksbwn

@oksbwn oksbwn commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring / Styling update

Checklist

  • Code compiles and runs locally without errors.
  • Follows existing style and patterns of the codebase.
  • Added/updated tests to cover my changes.
  • All new and existing tests passed.
  • Documentation updated (if applicable).

Verification/Screenshots

Provide verification steps, console output logs, or screenshots/videos of UI changes to demonstrate the fix/feature working.

- 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
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
@oksbwn
oksbwn merged commit deccd2a into master Sep 14, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant