Skip to content

Commit d972435

Browse files
authored
Merge branch 'main' into bi-1.8.x
2 parents f4576bb + 3f7a3c8 commit d972435

61 files changed

Lines changed: 3099 additions & 1265 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/config/rush/pnpm-lock.yaml

Lines changed: 68 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspaces/mcp-inspector/mcp-inspector-extension/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.4] - 2026-04-30
11+
12+
### Fixed
13+
- **Theme and Accessibility Improvements** — Fixed MCP Inspector styling issues by improving VS Code theme color mapping, synchronizing dark/high-contrast mode behavior, and addressing text visibility problems in the Try It editor
14+
- **Clipboard Support** — Fixed copy, cut, and paste in the MCP Inspector by bridging clipboard access through the extension host so cross-origin iframe inputs and the Server Files / Server Entries copy buttons work reliably
15+
16+
## [0.7.3] - 2026-04-23
17+
18+
### Fixed
19+
- **Inspector Startup and Cross-Platform Reliability** — Fixed MCP Inspector launch issues by improving process spawning, resolving browser auto-open path handling (including Windows-specific build/runtime path mismatches), and tightening client loading behavior
20+
1021
## [0.7.2] - 2025-11-06
1122

1223
### Fixed

workspaces/mcp-inspector/mcp-inspector-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mcp-server-inspector",
33
"displayName": "MCP Inspector (Beta)",
44
"description": "VSCode extension for inspecting and debugging Model Context Protocol (MCP) connections",
5-
"version": "0.7.2",
5+
"version": "0.7.4",
66
"private": true,
77
"publisher": "wso2",
88
"author": {

0 commit comments

Comments
 (0)