0.3.53#53
Merged
Merged
Conversation
added 7 commits
May 13, 2026 16:16
Add readOnlyHint, destructiveHint, idempotentHint, and openWorldHint annotations per MCP 2025-11-25 spec, enabling clients to auto-approve read-only tools and warn on destructive ones. - Read-only: fetch_webpage, get_current_html, take_screenshot, detect_forms, plugin_info - State-changing: scroll_page, click_element, type_text, plugin_action - Destructive: execute_javascript, close_tab - Fix: add missing idempotentHint to navigate_history
- New prompts: scrape-page, fill-form, visual-audit, authenticated-workflow - Register prompts capability and ListPrompts/GetPrompt handlers - Validate required arguments before building prompt messages - New file: src/core/prompts.js
…ability constraints Add clarifying sentences to the MCP server instructions string covering connection limits, page lifecycle, screenshot format guidance, JavaScript execution context, and plugin discovery. Helps LLM clients make better tool-selection decisions.
- Add MCP lethal trifecta warning to all 3 README files (MCPBrowser, root, VSCodeExtension) - Update MCP_COMPLIANCE.md: fix annotations status, update tool count (5->12), add full annotations table, add Security Model section - Link to MCP blog post on tool annotations for context
- Add scripts/build-mcpb.js: dynamically extracts tool/prompt metadata from source, generates MCPB v0.3 manifest.json, stages server code + production deps, produces ZIP - Add npm run build:mcpb script to package.json - CI: build and verify .mcpb bundle on every PR - Deploy: build .mcpb and attach to GitHub Release alongside .vsix - Bundle: 12.2 MB, 12 tools, 4 prompts, cross-platform (Windows/macOS/Linux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.