kavinkumarbaskar
e798504867
fixed console warning
...
- added key in select item to fix the console warning
2025-04-16 12:02:35 +05:30
Nathan Arseneau
a4e6daae15
Merge branch 'main' into sampling-form
2025-04-15 21:55:31 -04:00
Nathan Arseneau
5696c19df9
Merge branch 'main' into sampling-form
2025-04-15 21:54:04 -04:00
Glen Maddern
df0b526a41
fix: store auth tokens with server-specific keys
...
Changes client information and access tokens to use server-specific keys in sessionStorage. This fixes issues where changing the server URL would try to use tokens from a different server.
2025-04-16 10:14:08 +10:00
cliffhall
6a99feaf33
Refactor project components
...
* Remove bin folder, leaving cli, server, and client
* This fixes #315
* In .gitignore,
- add .idea
- remove bin/build
* Remove bin and bin/cli.js
* Remove bin/scripts/copy-cli.js
* Refactor/move bin/scripts to cli/scripts
* Refactor/move bin/src/index.ts to cli/src/cli.ts
* Refactor/renamed client/bin/cli.js to client/bin/client.js
* In .github/workflows/main.yml,
- add run of cli tests
* In cli/pacakge.json
- change main and bin/mcp-inspector-cli properties to build/cli.js
* In client/package.json,
- change bin/mcp-inspector-client properties to build/start.js
* In pacakge.json
- change bin/mcp-inspector property to ./cli/build/cli.js
- removed bin and cli/bin from files list
- removed @modelcontextprotocol/inspector-bin dependency
- rearranged and corrected scripts
2025-04-15 17:59:26 -04:00
leoshimo
22eb81350a
feat: Show initialize request/response in History panel ( #269 )
...
- Add logging for initialize request and response in useConnection.connect
- Include server capabilities, version, and instructions in history
2025-04-14 17:33:58 -07:00
Cliff Hall
6420605d30
Merge branch 'main' into set-header
2025-04-14 18:23:55 -04:00
Cliff Hall
f1d5824a25
Merge branch 'main' into fix-tool-error-is-not-highlighted-for-sample-llm-tool-call-rejection
2025-04-14 17:50:35 -04:00
Cliff Hall
d0622d3eb5
Merge branch 'main' into main
2025-04-14 17:00:34 -04:00
Cliff Hall
33aad8a271
Merge branch 'main' into max/default-tool-json
2025-04-14 16:15:27 -04:00
kavinkumarbaskar
352f5af7f8
Merge branch 'main' into fix-tool-error-is-not-highlighted-for-sample-llm-tool-call-rejection
2025-04-14 23:09:33 +05:30
olaservo
e20c4fb4ff
Bump version to 0.9.0
2025-04-14 08:23:08 -07:00
Ido Salomon
f461f29f18
Merge branch 'main' into set-header
2025-04-12 22:55:36 +03:00
Ido Salomon
87fad79e7d
add bearer
2025-04-12 22:55:03 +03:00
kavinkumarbaskar
1175af1074
fix: missing condition for lengthy strings
2025-04-12 17:54:17 +05:30
Cloudkkk
c4cc4144d9
test: 💍 Add test case property
2025-04-12 14:30:33 +08:00
Ido Salomon
80854d9183
Merge branch 'main' into set-header
2025-04-12 03:37:18 +03:00
Nathan Arseneau
98ea4a12d6
Merge branch 'main' into dark-mode-fix
2025-04-11 20:13:31 -04:00
Maxwell Gerber
2e8cc56744
Merge remote-tracking branch 'theirs/main' into max/default-tool-json
2025-04-11 15:36:25 -07:00
Maxwell Gerber
3e95d9d42a
pr feedback: Only use form if object is simple
2025-04-11 15:34:41 -07:00
Ido Salomon
a010f10c26
remove bad merges
2025-04-12 00:50:37 +03:00
Ido Salomon
d798d1a132
remove bad merge
2025-04-12 00:13:52 +03:00
KavyapriyaJG
eab6b42ac6
Fix - Lint warnings and errors in client
...
Lint issues fixed:
1. Removed unused error variable in catch block
2. Changed 'ActionTypes' type to enum
3. Removed unnecessary interface extensions
4. Removed unused export component
5. Added the missing dependencies to useMemo
6. Fixed the inline function issue by changing it to useMemo
2025-04-12 02:10:37 +05:30
Ido Salomon
53152e3fb1
fix build
2025-04-11 20:52:45 +03:00
Ido Salomon
aeac3ac914
Merge branch 'main' into set-header
2025-04-10 20:38:12 +03:00
Ido Salomon
a98db777c5
add auth tests
2025-04-10 20:34:40 +03:00
Shiv Deepak Muddada
f43a9140ef
run prettier-fix
2025-04-09 21:09:32 -07:00
Shiv Deepak Muddada
638603c0f3
add support for streamable http server
2025-04-09 20:47:53 -07:00
Cliff Hall
4f6c30904a
Merge branch 'main' into fix-reconnect
2025-04-09 14:07:11 -04:00
kavinkumarbaskar
1596973b05
Merge branch 'main' into highlight-tool-errors-in-red-text
2025-04-09 22:47:12 +05:30
Cliff Hall
6c07559573
Merge pull request #266 from morinokami/patch-3
...
Enhance Sidebar component accessibility
2025-04-09 13:10:00 -04:00
cliffhall
727e0753e4
This fixes #273
...
* In Sidebar.tsx
- In Reconnect button handler, call onDisconnect before onConnect
See: https://github.com/modelcontextprotocol/inspector/issues/273#issuecomment-2789895596
2025-04-09 11:52:31 -04:00
Shinya Fujino
7bc1088159
Merge remote-tracking branch 'origin/main' into patch-3
2025-04-09 22:16:28 +09:00
kavinkumarbaskar
256972a366
Merge branch 'main' into highlight-tool-errors-in-red-text
2025-04-09 17:40:30 +05:30
Cloudkkk
a15df913fe
feat: 🎸 Add clear button for error notifications
2025-04-09 11:32:49 +08:00
yushengchen
068d43226f
refactor: remove as any of file jsonUtils.test.ts
...
refactor: extract `DataType` as the return type of function `getDataType`
2025-04-09 09:24:42 +08:00
yushengchen
fe74dbea74
refactor(json): Consolidate JSON utilities and type definitions
...
Modified files:
- client/src/components/DynamicJsonForm.tsx
- client/src/components/JsonView.tsx
- client/src/components/ToolsTab.tsx
- client/src/components/__tests__/DynamicJsonForm.test.tsx
- client/src/utils/__tests__/jsonPathUtils.test.ts → client/src/utils/__tests__/jsonUtils.test.ts
- client/src/utils/__tests__/schemaUtils.test.ts
- client/src/utils/jsonPathUtils.ts → client/src/utils/jsonUtils.ts
- client/src/utils/schemaUtils.ts
Descriptions:
- Move JSON type definitions from DynamicJsonForm to centralized jsonUtils
- Consolidate utility functions (getDataType, tryParseJson) into jsonUtils
- Rename jsonPathUtils to jsonUtils for better semantic clarity
- Add comprehensive test coverage for new utility functions
- Update imports across all affected components
- Improve type references consistency throughout the codebase
2025-04-09 09:20:02 +08:00
Maxwell Gerber
f6ed09e9fb
Merge remote-tracking branch 'theirs/main' into max/default-tool-json
2025-04-08 15:17:11 -07:00
Maxwell Gerber
4bc44c4d19
fix: When tool type cannot be determined, use DynamicJsonForm
2025-04-08 15:05:57 -07:00
Pulkit Sharma
9c6663c4c2
add label to configItem, use that in UI
2025-04-09 01:24:41 +05:30
Pulkit Sharma
cf20fe9142
merge main
2025-04-09 01:23:42 +05:30
Cliff Hall
6659d549ea
Merge pull request #265 from morinokami/patch-2
...
Fix inconsistent gap between TabsList and TabsContent
2025-04-08 15:48:02 -04:00
Pulkit Sharma
48917ca4e5
don't show full config keys
2025-04-09 01:12:02 +05:30
Pulkit Sharma
779ca20568
Merge branch 'main' into progress_flow_support
2025-04-09 00:42:59 +05:30
Pulkit Sharma
f71613227f
rename
2025-04-09 00:40:42 +05:30
Maxwell Gerber
6a16e7cd24
fix: Disconnecting should clear oauth state
2025-04-07 15:15:28 -07:00
Maxwell Gerber
3f9500f954
feat: QoL improvements for OAuth Callback
2025-04-07 14:58:31 -07:00
Cliff Hall
d69934afcb
Merge pull request #263 from samuel871211/moveTypesPackageToDevDependencies
...
chore: move `@types/prismjs` to `devDependencies`
2025-04-07 13:58:42 -04:00
cliffhall
a506e4c419
Bump version to 0.8.2
...
* In package.json
- Use inspector-[client|server] version 0.8.2
* In [client|server]/package.json
- New version to 0.8.2
- Use typescript SDK version 1.9.0
* In package-lock.json
- above changes
- sdk dependency's version increased: node_modules/@modelcontextprotocol/sdk/node_modules/pkce-challenge
2025-04-07 12:19:34 -04:00
Nathan Arseneau
71bb89ddf2
create sampling response form
2025-04-05 18:36:57 -04:00