Add comprehensive documentation for per-session server instances

Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-12 07:48:20 +00:00
parent 7b3d441046
commit f9732fccb6
3 changed files with 72 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
import {
getOrCreatePerSessionServer,
cleanupPerSessionServers,
handleCallToolRequest,
} from '../../src/services/mcpService';
import { ServerConfig } from '../../src/types';