b2258a1e83
Delete .github/workflows/main.yml
2025-05-16 11:25:01 +00:00
Cliff Hall
05e41d2ccc
Merge pull request #334 from sumeetpardeshi/main
...
feat: Add copy json config button
2025-05-15 12:45:56 -04: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
8ca5a34d12
fix readme after merging main
2025-05-12 20:30:54 -07: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
Cliff Hall
ad39ec27e7
Merge pull request #276 from kawakamidev/auto_open
...
Implement auto-open feature for browser launch on server start
2025-05-12 13:15:39 -04:00
Cliff Hall
f2003b30c6
Merge branch 'main' into auto_open
2025-05-12 13:09:33 -04:00
Cliff Hall
0014ca5e12
Merge pull request #388 from MMMarcinho/feat/yizhi
...
feat: change style
2025-05-12 13:03:51 -04:00
Cliff Hall
8a8deb6d39
Merge branch 'main' into feat/yizhi
2025-05-12 12:55:04 -04:00
Cliff Hall
8597100d54
Merge branch 'main' into auto_open
2025-05-12 12:45:26 -04:00
Ola Hungerford
89d721e56d
Merge pull request #333 from kentcdodds/patch-1
...
feat(client): add search param configuration
2025-05-10 21:30:49 -07:00
Marco
0c15c54b99
Merge branch 'main' into feat/yizhi
2025-05-09 13:12:57 +08:00
KAWAKAMI Moeki
a60764e649
Merge branch 'main' into auto_open
2025-05-09 10:58:11 +09:00
KAWAKAMI Moeki
eb3737d110
Fix format
2025-05-09 10:57:24 +09:00
sumeetpardeshi
1067f4d22f
handling duplication in catch block as per PR comments
2025-05-08 17:01:18 -07:00
Cliff Hall
24e8861a88
Merge pull request #383 from olaservo/bump-to-version-0-12-0
...
Bump version to 0.12.0
0.12.0
2025-05-08 16:41:44 -04:00
Cliff Hall
b09d0e1eb6
Merge branch 'main' into patch-1
2025-05-08 16:33:11 -04:00
Ola Hungerford
2731b5f7fa
Update package-lock.json
2025-05-08 13:31:20 -07:00
Ola Hungerford
7083c7c9f2
Update package-lock.json
2025-05-08 13:30:52 -07:00
Cliff Hall
6223839251
Merge branch 'main' into bump-to-version-0-12-0
2025-05-08 16:00:17 -04:00
Cliff Hall
f5739971bb
Merge branch 'main' into auto_open
2025-05-08 13:08:42 -04:00
Cliff Hall
e33a6b806d
Merge pull request #370 from santthosh/main
...
Fix to the Authorization header bug for Streamable-HTTP
2025-05-08 13:03:26 -04:00
Cliff Hall
fe9ab40994
Merge branch 'main' into main
2025-05-08 12:39:48 -04:00
MMMarcinho
8373795804
feat: change style
2025-05-08 23:15:00 +08:00
KAWAKAMI Moeki
3473c8156d
Merge branch 'main' into auto_open
2025-05-08 12:56:02 +09:00
Kent C. Dodds
2915cccd85
feat(client): make all config initialize-able via search params
2025-05-07 13:26:17 -06:00
Kent C. Dodds
3c5c38462b
feat(client): initialize via search params
2025-05-07 13:26:17 -06:00
KAWAKAMI Moeki
db3f7a3542
Update README.md
...
Co-authored-by: Cliff Hall <cliff@futurescale.com >
2025-05-07 23:20:39 +09:00
Ola Hungerford
f7b936e102
Bump version to 0.12.0
2025-05-07 05:28:24 -07:00
Ola Hungerford
3e41520688
Merge pull request #371 from kentcdodds/patch-2
...
feat(client): Add PingTab when no server capabilities
2025-05-06 21:04:47 -07:00
sumeetpardeshi
2b963ce1ce
fixing test cases after main merged
2025-05-06 17:06:54 -07:00
sumeetpardeshi
af27fa2b8e
updating image after merging latest main
2025-05-06 16:47: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
bf402e5eb4
changing the readme for clarity based on PR review comments
2025-05-06 16:08:47 -07:00
Santthosh
a57e707a0b
Merge branch 'main' into main
2025-05-06 09:51:45 -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
Cliff Hall
73a8e2dee6
Merge pull request #377 from kavinkumar807/Streamable-HTTP-invalid-protocol-version
...
fix: sdk version upgrade
2025-05-05 17:40:20 -04:00
Cliff Hall
f05c27f6ab
Merge pull request #372 from olaservo/add-npm-clean-script
...
Add npm clean script to simplify resetting dependencies
2025-05-05 15:23:15 -04:00
Cliff Hall
2609996ce6
Merge branch 'main' into add-npm-clean-script
2025-05-05 15:15:34 -04:00
kavinkumarbaskar
b00b271d65
fix: upgrade package json in cli, client, and server
2025-05-06 00:16:06 +05:30
kavinkumarbaskar
7a1fb0cfd9
fix: sdk version upgrade
2025-05-05 23:00:26 +05:30
Kent C. Dodds
63cb034943
chore(format): Format App.tsx
2025-05-05 11:20:55 -06:00
KAWAKAMI Moeki
60ffece84b
Revert UI for MCP_AUTO_OPEN_ENABLED option
2025-05-04 19:50:05 +09:00
KAWAKAMI Moeki
42e6f0afe1
Merge branch 'main' into auto_open
2025-05-04 19:46:52 +09:00