inspector
inspector copied to clipboard
Visual testing tool for MCP servers
**Is your feature request related to a problem? Please describe.** To run inspector you need to have node installed and run it using `npx`. This might not be ideal in...
**Is your feature request related to a problem? Please describe.** When compiling a bundle with Deno and running it in MCP, the debugger inspector functionality is not accessible. **Describe the...
e.g., view and toggle capabilities, review versions, etc.
Change completion support default to false and use server capabilities value to assert support for completion. Fixes #436 ## Motivation and Context Current implementation always tries a first completion request...
**Describe the bug** The MCP inspector is not sending `state` query param with OAuth requests, which makes it incompatible with some OAuth servers that require `state` **To Reproduce** Steps to...
* In server/src/index.ts - add delete handler for /mcp endpoint - gets the server transport for the sessionId - calls terminateSession on it - removes the webapp and server transports...
## DON'T MERGE UNTIL #470 IS MERGED * In server/index.js - in createTransport() - stringify query params to put them on one line - remove logging of transport creation (done...
## Motivation and Context This adds the functionality requested #458 and a small dark screen fix. ## How Has This Been Tested? Added `combobox.test.jsx`. ## Types of changes - [...
Write a Playwright test that tests the app e2e. ## Motivation and Context Ensure things don't get broken ## How Has This Been Tested? ``` abramowi at marcs-mbp-3 in ~/Code/OpenSource/inspector...
Fixes https://github.com/modelcontextprotocol/inspector/issues/457 Vibe-coded with Cursor ## Motivation and Context Make left sidebar resizable so long URLs can be viewed in their entirety. ### Before Sidebar narrow so can't see full...