Maxwell Gerber
15960f5aa4
refactor: Use new serverspecifickey API
2025-04-16 16:24:49 -07:00
Maxwell Gerber
0dc6df57d6
Merge remote-tracking branch 'theirs/main' into max/disconnect
2025-04-16 16:10:35 -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
4adf4b1e51
Merge pull request #312 from modelcontextprotocol/dependabot/npm_and_yarn/npm_and_yarn-d43cab3199
...
Bump vite from 5.4.17 to 5.4.18 in the npm_and_yarn group across 1 directory
2025-04-16 16:50:20 -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
78cd701dc9
Merge pull request #317 from geelen/fix-auth-server-specific-storage
...
Fix: Store auth tokens with server-specific keys
2025-04-16 15:38:50 -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
dependabot[bot]
8b0daef4ce
Bump vite in the npm_and_yarn group across 1 directory
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Updates `vite` from 5.4.17 to 5.4.18
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.18/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.18
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-16 17:07:23 +00:00
Cliff Hall
49dddfb12b
Merge pull request #316 from cliffhall/fix-cli-build
...
Refactor project after addition of CLI
2025-04-16 13:05:53 -04:00
Cliff Hall
e878538d05
Merge branch 'main' into fix-cli-build
2025-04-16 12:31:55 -04:00
cliffhall
8901beb73e
Upgrade server's express version to "^5.1.0"
2025-04-16 11:45:39 -04:00
Ola Hungerford
befa209935
Merge pull request #320 from kavinkumar807/fix-sidebar-console-warning
...
fix: add key prop to fix console warning in sidebar
2025-04-16 06:46:27 -07:00
Ola Hungerford
8e8a5bb866
Merge pull request #303 from ZhengkaiWang/fix_readme_missing_character
...
fix:README.md to add missing node command
2025-04-16 06:44:18 -07:00
cliffhall
33309f351c
In client/package.json, add port arg to dev script
2025-04-16 09:38:37 -04:00
ZK
d9100c8ed4
Merge branch 'main' into fix_readme_missing_character
2025-04-16 15:10:07 +08: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
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
0229aed948
Fix bin path (remove ./)
2025-04-15 18:21:04 -04:00
cliffhall
a16a94537a
Remove build before tests. Have to figure out how to automate the cli tests. they weren't in this file anyway, so another task
2025-04-15 18:11:51 -04:00
cliffhall
9854409ece
Build before test
2025-04-15 18:10:22 -04:00
cliffhall
b19c78bc0a
Remove cli tests from build (build has to happen first for those tests)
2025-04-15 18:08:31 -04: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
Cliff Hall
f7272d8d8c
Merge pull request #177 from nbarraud/cli-and-config-file-support
...
Add CLI and config file support
2025-04-15 13:57:25 -04:00
Nicolas Barraud
fd7dbba7a8
Merge branch 'main' into cli-and-config-file-support
2025-04-15 12:06:09 -04:00
Cliff Hall
5fa76a7e02
Merge pull request #270 from leoshimo/leo/269-show-initialize-request-in-history
...
feat: Show initialize request/response in History panel (#269 )
2025-04-15 11:27:39 -04:00
Nicolas Barraud
fe02efd017
Merge branch 'main' into cli-and-config-file-support
2025-04-14 22:28:49 -04:00
ZK
24418bc2cd
Merge branch 'main' into fix_readme_missing_character
2025-04-15 09:57:52 +08: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
0b37722ad1
Merge pull request #272 from idosal/set-header
...
Enable Authentication header name configuration
2025-04-14 18:52:34 -04:00
Nicolas Barraud
485e703043
Merge branch 'main' into cli-and-config-file-support
2025-04-14 18:51:33 -04:00
Cliff Hall
6420605d30
Merge branch 'main' into set-header
2025-04-14 18:23:55 -04:00
Cliff Hall
25cc0f69fd
Merge pull request #300 from kavinkumar807/fix-tool-error-is-not-highlighted-for-sample-llm-tool-call-rejection
...
fix: missing condition for lengthy strings
2025-04-14 17:53:07 -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
d332352968
Merge pull request #286 from Cloudkkk/main
...
feat: 🎸 Add clear button for error notifications
2025-04-14 17:06:03 -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
Nicolas Barraud
3784816374
Merge branch 'main' into cli-and-config-file-support
2025-04-14 13:36:03 -04:00
Nicolas Barraud
de233c9b30
Conflict resolution
2025-04-14 13:34:49 -04:00
Nicolas Barraud
dcef9dd068
Merge branch 'cli-and-config-file-support' of https://github.com/nbarraud/inspector into cli-and-config-file-support
2025-04-14 13:30:16 -04:00
Nicolas Barraud
204a90b1d1
Resolved new conflicts
2025-04-14 13:30:12 -04:00
Cliff Hall
8f7680d72b
Merge pull request #311 from olaservo/bump-version-0-9-0
...
Bump version to 0.9.0
0.9.0
2025-04-14 11:36:19 -04:00
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
Ido Salomon
cd1bcfb15f
Update README.md
...
Co-authored-by: Ola Hungerford <olahungerford@gmail.com >
2025-04-12 22:52:47 +03:00
ZK
e4bfc058b2
fix README.md missing character
2025-04-13 00:06:04 +08:00