mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-29 07:58:47 +02:00
feat: add MCP and LSP tooling support
Add global MCP/LSP settings, per-session Activity toggles, sidecar runtime integration, tests, and documentation updates. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,7 @@ import { describe, expect, test } from 'bun:test';
|
||||
|
||||
import { applySessionEventWorkspace } from '@renderer/lib/sessionWorkspace';
|
||||
import type { SessionEventRecord } from '@shared/domain/event';
|
||||
import { createWorkspaceSettings } from '@shared/domain/tooling';
|
||||
import type { WorkspaceState } from '@shared/domain/workspace';
|
||||
|
||||
describe('session workspace helpers', () => {
|
||||
@@ -9,6 +10,7 @@ describe('session workspace helpers', () => {
|
||||
return {
|
||||
projects: [],
|
||||
patterns: [],
|
||||
settings: createWorkspaceSettings(),
|
||||
sessions: [
|
||||
{
|
||||
id: 'session-1',
|
||||
|
||||
Reference in New Issue
Block a user