You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not commit site-specific LocalWP names, internal hostnames, user IDs, filesystem paths, bearer tokens, cookies, auth-state files, or other confidential environment details into `.mcp.json` or related MCP docs.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
13
13
- Do not edit a version block that has already been committed and pushed
14
14
-->
15
15
16
+
## [1.5.0] - 2026-03-29
17
+
18
+
### Added
19
+
-**VS Code extension — `contributes.mcpServerDefinitionProviders`** — the extension now registers the AI-DDTK MCP server directly with VS Code's agent runtime via `vscode.lm.registerMcpServerDefinitionProvider`. GitHub Copilot, Cline, Continue, and any future VS Code MCP client auto-discover the server the moment the extension is installed — no manual config files required.
20
+
-**`tools/mcp-server/mcp-configs/vscode.json`** — template for users who prefer manual `.vscode/mcp.json` setup (VS Code Copilot workspace config format; uses `"servers"` root key and `"type": "stdio"`).
21
+
22
+
### Changed
23
+
-**VS Code extension `engines.vscode`** — bumped from `^1.85.0` to `^1.100.0` (MCP provider API requires VS Code 1.100+, May 2025).
24
+
-**VS Code extension `isMcpConfigured()`** — now also recognises `.vscode/mcp.json` alongside `.mcp.json` / `.mcp.local.json` when checking project wiring state.
25
+
-**`.mcp.README.md`** — retitled from "for Claude Code" to client-agnostic; added a client config reference table covering Claude Code, VS Code Copilot, Augment Code, Cursor, and Claude Desktop.
0 commit comments