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
|
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 |
|
Pulkit Sharma
|
48917ca4e5
|
don't show full config keys
|
2025-04-09 01:12:02 +05:30 |
|
Maxwell Gerber
|
3f9500f954
|
feat: QoL improvements for OAuth Callback
|
2025-04-07 14:58:31 -07:00 |
|
Nathan Arseneau
|
71bb89ddf2
|
create sampling response form
|
2025-04-05 18:36:57 -04:00 |
|
kavinkumarbaskar
|
ca1854b071
|
ran npm run prettier-fix command to fix the code styling
|
2025-04-05 23:32:10 +05:30 |
|
kavinkumarbaskar
|
a3be8f6376
|
feat: highlight tool errors in red text
|
2025-04-05 23:24:10 +05:30 |
|
Nathan Arseneau
|
8d20044b33
|
fix darkmode color and padding for the tab item
|
2025-04-05 11:47:44 -04:00 |
|
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 |
|
Shinya Fujino
|
0fd2e12c7b
|
Fix inconsistent gap between TabsList and TabsContent
|
2025-04-04 22:39:55 +09:00 |
|
Pulkit Sharma
|
2a544294ba
|
merge main
|
2025-04-03 00:47:21 +05:30 |
|
NicolasMontone
|
5db5fc26c7
|
fix prettier
|
2025-04-02 10:42:52 -03:00 |
|
NicolasMontone
|
8b31f495ba
|
fix unkown type.
|
2025-04-02 10:41:33 -03:00 |
|
NicolasMontone
|
c964ff5cfe
|
Use copy button insde JSON view component
|
2025-04-02 10:39:39 -03: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 |
|
NicolasMontone
|
c9ee22b781
|
fix(Select): add missing style.
|
2025-04-01 19:23:57 -03:00 |
|
NicolasMontone
|
8586d63e6d
|
Add shadcn alert to match project design
|
2025-04-01 17:38:25 -03:00 |
|
NicolasMontone
|
539de0fd85
|
add copy button
|
2025-04-01 17:18:40 -03:00 |
|
NicolasMontone
|
80f2986fd6
|
remove unneeded test
|
2025-04-01 16:58:32 -03:00 |
|
NicolasMontone
|
1504d1307e
|
Remove error
|
2025-04-01 16:49:10 -03:00 |
|
NicolasMontone
|
d1e155f984
|
Revert "Add copy button to JSON & fix button styles override."
This reverts commit c48670f426.
|
2025-04-01 16:48:01 -03:00 |
|
NicolasMontone
|
c48670f426
|
Add copy button to JSON & fix button styles override.
|
2025-04-01 16:43:23 -03:00 |
|
Cliff Hall
|
e9a90b9caf
|
Merge branch 'main' into main
|
2025-04-01 15:35:12 -04:00 |
|
Cliff Hall
|
4afe2d6adb
|
Merge branch 'main' into feat/disconnect
|
2025-04-01 14:53:10 -04:00 |
|
Nicolás Montone
|
e4d4ff0148
|
Merge branch 'main' into main
|
2025-04-01 15:10:10 -03:00 |
|
NicolasMontone
|
51f2f72677
|
fix: add tests
|
2025-04-01 11:07:43 -03:00 |
|
NicolasMontone
|
d2db697d89
|
fix: prettier.
|
2025-04-01 11:00:13 -03:00 |
|
Ola Hungerford
|
93c9c74dc9
|
Fix formatting
|
2025-04-01 06:59:50 -07:00 |
|
NicolasMontone
|
dada1c4ba6
|
do not remove form with alert
|
2025-04-01 10:59:30 -03:00 |
|
Ola Hungerford
|
c3117d0fea
|
Merge branch 'main' into add-tests
|
2025-04-01 06:57:01 -07:00 |
|
Ola Hungerford
|
2a9230d507
|
Merge branch 'main' into fix-integer
|
2025-04-01 06:51:58 -07:00 |
|
Pulkit Sharma
|
51c7eda6a6
|
Add MCP proxy address config support, better error messages
|
2025-04-01 19:21:19 +05:30 |
|
Ola Hungerford
|
b82c744583
|
Use actual rendered element spinbutton in test
|
2025-04-01 06:50:23 -07:00 |
|
Maxwell Gerber
|
9ab213bc89
|
feat: Add lightweight Disconnect button
|
2025-03-31 18:54:44 -07:00 |
|
katopz
|
2ee0a53e36
|
fix: prettier
|
2025-04-01 09:27:24 +09:00 |
|
Ola Hungerford
|
180760c4db
|
Fix formatting
|
2025-03-31 09:16:25 -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 |
|
Ola Hungerford
|
7753b275e5
|
Update test to fail more explicitly
|
2025-03-31 08:04:53 -07:00 |
|