d3c0217681
add: support custom headers
2025-05-16 15:31:23 +01:00
sumeetpardeshi
1e48310bcb
Merge branch 'main' of https://github.com/sumeetpardeshi/inspector
2025-05-14 19:01:32 -07:00
sumeetpardeshi
d40140c2e8
fixing lint error
2025-05-14 19:01:22 -07:00
Cliff Hall
faf3efc19b
Merge branch 'main' into main
2025-05-14 16:09:23 -04:00
sumeetpardeshi
e3076ae05c
fixing indentation
2025-05-13 17:09:02 -07:00
Paul Carleton
5e8e78c31d
Add Auth debugger tab ( #355 )
...
* wip auth debugger
* cleanup types and validation
* more cleanup
* draft test
* wip clean up some
* rm toasts
* consolidate state management
* prettier
* hoist state up to App
* working with quick and guided
* sort out displaying debugger
* prettier
* cleanup types
* fix tests
* cleanup comment
* prettier
* fixup types in tests
* prettier
* refactor debug to avoid toasting
* callback shuffling
* linting
* types
* rm toast in test
* bump typescript sdk version to 0.11.2 for scope parameter passing
* use proper scope handling
* test scope parameter passing
* move functions and s/sseUrl/serverUrl/
* extract status message into component
* refactor progress and steps into components
* fix test
* rename quick handler
* one less click
* last step complete
* add state machine
* test and types
2025-05-13 19:37:09 +01:00
sumeetpardeshi
283371c313
Merge branch 'main' of https://github.com/modelcontextprotocol/inspector
2025-05-12 20:30:02 -07:00
sumeetpardeshi
5b54ce1281
adding fixes as buttons were not visible for streamable-http transport type, as per PR review comment
2025-05-12 20:17:28 -07:00
sumeetpardeshi
1067f4d22f
handling duplication in catch block as per PR comments
2025-05-08 17:01:18 -07:00
MMMarcinho
8373795804
feat: change style
2025-05-08 23:15:00 +08:00
sumeetpardeshi
2b963ce1ce
fixing test cases after main merged
2025-05-06 17:06:54 -07:00
sumeetpardeshi
549a4ec65a
fixing consolidating hook after merging with main
2025-05-06 16:39:54 -07:00
sumeetpardeshi
fef37483ba
Merge branch 'main' of https://github.com/modelcontextprotocol/inspector
2025-05-06 16:35:24 -07:00
sumeetpardeshi
be7fa9baf9
changes:
...
- change button names
- adding unit test cases
- updated landing page image
- updating README file
as discussed here: https://github.com/modelcontextprotocol/inspector/pull/334#issuecomment-2852394054
2025-05-05 17:32:06 -07:00
sumeetpardeshi
e8e2dd0618
buttons take up whole width
2025-05-02 20:10:43 -07:00
sumeetpardeshi
163356f855
adding two buttons for configs: copy entry, copy file. also adding some tooltip and optimizations.
2025-05-01 15:42:16 -07:00
cliffhall
79a09f8316
Consolidate hooks
...
* Hooks are in multiple places in the codebase and some camelCase, some snake-case. This PR relocates them all to the lib/hooks folder and normalizes camelCase naming. Settled on src/client/lib/hooks for the location since most of them were already there.
- Refactor/move useTheme.ts from client/src/lib to client/src/lib/hooks
- Refactor/move useToast.ts from client/src/hooks/ to client/src/lib/hooks/useToast.ts
- Removed client/src/hooks
2025-04-30 17:09:22 -04:00
Nathan Arseneau
29b465fe45
Merge branch 'main' into sampling-form
2025-04-22 22:07:37 -04:00
sumeetpardeshi
114df8ac30
feat: add copy config button
2025-04-18 00:04:02 -07:00
Cliff Hall
b3971259d2
Merge branch 'main' into main
2025-04-17 16:40:48 -04:00
Maxwell Gerber
c8e9a772e4
Merge remote-tracking branch 'theirs/main' into max/improved-oauth-callback
2025-04-16 16:08:11 -07:00
Cliff Hall
cd28370f2c
Merge pull request #284 from max-stytch/max/default-tool-json
...
fix: When tool type cannot be determined, use DynamicJsonForm
2025-04-16 17:12:32 -04:00
Cliff Hall
880cb4a1de
Merge pull request #322 from Kavyapriya-1804/feat-display-section-cleared-on-clear-button-hit
...
feat - Display section reset on clear button hit
2025-04-16 15:56:00 -04:00
Cliff Hall
e31ee74842
Merge branch 'main' into fix-auth-server-specific-storage
2025-04-16 15:36:31 -04:00
KavyapriyaJG
9996be166f
Fix - added null type to prompt for reset
2025-04-17 00:27:12 +05:30
KavyapriyaJG
0b1c00baab
Ft - Display section reset on clear button hit
2025-04-17 00:04:58 +05:30
kavinkumarbaskar
e4b4039e90
prettier check
2025-04-16 12:06:54 +05:30
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
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
Ido Salomon
f461f29f18
Merge branch 'main' into set-header
2025-04-12 22:55:36 +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
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
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
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