0ed0e39c35
improve: only show custom headers when transportType is sse
2025-05-16 15:56:36 +01:00
d3c0217681
add: support custom headers
2025-05-16 15:31:23 +01:00
sumeetpardeshi
d40140c2e8
fixing lint error
2025-05-14 19:01:22 -07:00
sumeetpardeshi
e3076ae05c
fixing indentation
2025-05-13 17:09: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
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
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
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
Cliff Hall
6420605d30
Merge branch 'main' into set-header
2025-04-14 18:23:55 -04:00
Cliff Hall
d0622d3eb5
Merge branch 'main' into main
2025-04-14 17:00:34 -04:00
Ido Salomon
f461f29f18
Merge branch 'main' into set-header
2025-04-12 22:55:36 +03: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
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
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
Cloudkkk
a15df913fe
feat: 🎸 Add clear button for error notifications
2025-04-09 11:32:49 +08:00
Pulkit Sharma
9c6663c4c2
add label to configItem, use that in UI
2025-04-09 01:24:41 +05:30
Pulkit Sharma
48917ca4e5
don't show full config keys
2025-04-09 01:12:02 +05:30
Ido Salomon
eb9b2dd027
remove default value
2025-04-05 12:57:49 +03:00
Ido Salomon
91633de80f
set header name
2025-04-05 12:46:25 +03:00
Pulkit Sharma
e35343537c
Add proper support for progress flow during tool calling
2025-04-05 01:46:57 +05:30
Shinya Fujino
402cde025b
Enhance Sidebar component accessibility
2025-04-05 00:51:31 +09:00
Pulkit Sharma
e69bfc58bc
prettier-fix
2025-04-02 13:45:09 +05:30
Pulkit Sharma
debb00344a
Merge branch 'main' into add_proxy_config
2025-04-02 13:43:42 +05:30
Pulkit Sharma
51c7eda6a6
Add MCP proxy address config support, better error messages
2025-04-01 19:21:19 +05:30
Maxwell Gerber
9ab213bc89
feat: Add lightweight Disconnect button
2025-03-31 18:54:44 -07:00
Simon Knott
538fc97289
fix prettier
2025-03-31 18:10:16 +02:00
Simon Knott
04442b52a2
Merge branch 'main' into cleanup-old-transports
2025-03-31 18:10:00 +02:00
Pulkit Sharma
834eb0c934
add Sidebar tests
2025-03-29 22:31:57 +05:30
Pulkit Sharma
9e1186f5ac
Document configuration in Readme and add TSDoc for the same.
2025-03-29 09:40:13 +05:30
Pulkit Sharma
81c0ef29ab
Merge branch 'main' into main
2025-03-29 09:11:01 +05:30
Cliff Hall
02155570df
Merge branch 'main' into cleanup-old-transports
2025-03-28 16:34:21 -04:00
Shinya Fujino
d2e211a597
Update Sidebar component icons to use 'text-foreground' for better visibility
2025-03-28 22:13:31 +09:00
Shinya Fujino
827d867aae
Merge branch 'main' into patch-1
2025-03-28 21:01:22 +09:00
Simon Knott
da0c855ef5
adapt title
2025-03-28 09:45:17 +01:00
Simon Knott
353d6b549b
fix: clean up previous transport processes
2025-03-27 09:52:35 +01:00
Pulkit Sharma
0e667acf7d
Merge branch 'main' into main
2025-03-25 12:31:01 +05:30
Mark Anthony Cianfrani
f2f209dbd3
fix(sidebar): maintain order when changing values
2025-03-24 12:56:41 -04:00