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
sumeetpardeshi
114df8ac30
feat: add copy config button
2025-04-18 00:04:02 -07:00
David Soria Parra
bbe4924c88
bump
2025-04-18 00:08:56 +01:00
cliffhall
2720d68417
Bump inspector, cli, client, server to 0.10.1
2025-04-17 18:11:41 -04:00
cliffhall
958c9a36f1
Bump typescript-sdk version to 1.10.0 throughout
2025-04-17 15:42:56 -04:00
cliffhall
92bf9abb40
Bump version to 0.10.0 in
...
* cli/package.json
* client/package.json
* server/package.json
* package.json
- also bump npm dependencies for cli, client, and server to 0.10.0
* package-lock.json
2025-04-17 14:21:22 -04:00
cliffhall
bb7834543b
Revert "Bump version to 0.10.0 in"
...
This reverts commit d7dff30cdb .
2025-04-17 14:15:43 -04:00
cliffhall
d7dff30cdb
Bump version to 0.10.0 in
...
* cli/package.json
* client/package.json
* server/package.json
* package.json
- also bump npm dependencies for cli, client, and server to 0.10.0
* package-lock.json
2025-04-17 14:08:39 -04:00
Cliff Hall
7c8f2926a0
Merge branch 'main' into max/disconnect
2025-04-17 10:37:41 -04:00
Maxwell Gerber
1345a50011
lint
2025-04-16 16:25:51 -07:00
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
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
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
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
e878538d05
Merge branch 'main' into fix-cli-build
2025-04-16 12:31:55 -04:00
cliffhall
33309f351c
In client/package.json, add port arg to dev script
2025-04-16 09:38:37 -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
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
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
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
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
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
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
Ido Salomon
a010f10c26
remove bad merges
2025-04-12 00:50:37 +03:00
Ido Salomon
d798d1a132
remove bad merge
2025-04-12 00:13:52 +03: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
53152e3fb1
fix build
2025-04-11 20:52:45 +03: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
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