Jerome
4201b31a24
Fix OAuth callback route in production builds
...
Add SPA routing configuration to serve-handler to ensure /oauth/callback
routes are correctly handled in production builds.
2025-02-21 14:47:31 +00:00
Ola Hungerford
50638806cb
Merge branch 'main' into feature/completions
2025-02-21 06:19:41 -07:00
Justin Spahr-Summers
3893807841
Merge pull request #153 from funwarioisii/fix-tool-call-textarea
...
Fix ToolsTab Textarea value for clearing when switch tool
2025-02-19 15:08:42 +00:00
funwarioisii
f505ae3d5a
Fix ToolsTab Textarea value for clearing when switch tool
2025-02-19 23:55:24 +09:00
Ola Hungerford
89ee2b1b93
Merge branch 'main' into handle-boolean
2025-02-19 07:48:27 -07:00
Ola Hungerford
450405733a
Merge: Integrate boolean checkbox support with SchemaProperty type system
2025-02-19 07:38:23 -07:00
Ola Hungerford
44d07b964c
Fix styling
2025-02-15 05:05:29 -07:00
Ola Hungerford
f7312ab331
Add checkbox for Boolean input params
2025-02-15 04:33:08 -07:00
Ola Hungerford
133b785f79
Fix formatting
2025-02-14 07:33:37 -07:00
Ola Hungerford
b3194ac56e
Merge branch 'main' into tool-input-improvements
2025-02-14 07:20:45 -07:00
Gavin Aboulhosn
d9df5ff860
refactor(completions): restore debouncing and improve MCP error handling
2025-02-12 20:19:36 -05:00
Gavin Aboulhosn
5b451a7cfe
Merge branch 'modelcontextprotocol:main' into feature/completions
2025-02-12 19:10:06 -05:00
Gavin Aboulhosn
7f713fe40e
refactor(completions): improve completion handling and error states
...
- Move completion logic from App.tsx to useConnection hook
- Replace useCompletion with simpler useCompletionState hook
- Add graceful fallback for servers without completion support
- Improve error handling and state management
- Update PromptsTab and ResourcesTab to use new completion API
- Add type safety improvements across completion interfaces
2025-02-12 19:05:51 -05:00
Justin Spahr-Summers
410a6f33dc
Format fixes
2025-02-12 18:10:25 +00:00
Justin Spahr-Summers
b324378b2c
Bump all versions to 0.4.1
2025-02-12 18:08:31 +00:00
Gavin Aboulhosn
c66feff37d
update completions branch
2025-02-12 11:41:46 -05:00
Gavin Aboulhosn
9b624e8c87
feat(completions): integrate MCP Completion support into Prompts and Resources tabs
...
- create useCompletion hook to fetch completions with debouncing and abort control
- Updated `PromptsTab.tsx` and `ResourcesTab.tsx` to utilize the `Combobox` component and `useCompletions` hook, enabling argument autocompletion for prompts and resource URIs as per the MCP specification.
- Added a combobox to show completions
2025-02-12 11:21:27 -05:00
Justin Spahr-Summers
ba99638f48
Comment about SSEClientTransport auth API
2025-02-11 20:43:01 +00:00
Justin Spahr-Summers
e9a50adde7
Update OAuth callback code
2025-02-11 17:42:49 +00:00
Justin Spahr-Summers
eb6af47b21
Refactor to use auth from SDK
2025-02-11 16:39:07 +00:00
Allen Zhou
1b13b574f8
Update auth.ts
2025-02-05 12:45:11 -08:00
Allen Zhou
95bbd60a38
Add zod parsing for OAuthMetadataSchema and OAuthTokensSchema
2025-02-05 12:42:09 -08:00
Allen Zhou
96ba6fd531
Convert OAuthMetadata and OAuthTokens to zod
2025-02-05 12:38:26 -08:00
Allen Zhou
8592cf2d07
Run prettier-fix
2025-02-05 11:22:11 -08:00
Allen Zhou
dd47b574b3
Update useConnection.ts
2025-02-04 15:02:12 -08:00
Allen Zhou
b4ae1327b5
Update useConnection.ts
2025-02-04 15:00:14 -08:00
Allen Zhou
b5762d53fd
Handle infinite loop if server keeps returning 401
2025-02-04 14:53:41 -08:00
Allen Zhou
7957d9f577
Make OAuth start call modular
2025-02-03 20:06:21 -08:00
Allen Zhou
4c89aed4d9
Add check for expired refresh or session token that exists
2025-02-03 20:04:17 -08:00
Allen Zhou
79547143a8
Add refresh token handling if returned from server
2025-02-03 19:53:53 -08:00
Jerome
d438760e36
Merge pull request #99 from evalstate/feature/audio-rendering
...
Render Audio Player if Tool Result resource mime type is audio.
2025-02-03 12:28:41 +13:00
Jerome
d0ad677784
Update ToolsTab.tsx
...
Linting on originally approved commit
2025-02-03 12:24:52 +13:00
Ola Hungerford
4b3bb5f34e
Add description to array input fields
2025-01-29 11:36:10 -07:00
=
a87bd17f51
❯ npx prettier --check .
...
Checking formatting...
[warn] client/src/components/ToolsTab.tsx
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
inspector on feature/audio-rendering [$⇡] is 📦 v0.3.0 via v22.11.0
❯ npx prettier --write client/src/components/ToolsTab.tsx
client/src/components/ToolsTab.tsx 109ms
2025-01-28 08:28:25 +00:00
=
afe14bc883
Merge branch 'feature/audio-rendering' of https://github.com/evalstate/inspector into feature/audio-rendering
2025-01-28 08:18:24 +00:00
Jerome
04faff4757
Merge branch 'main' into feature/audio-rendering
2025-01-28 02:15:55 -05:00
Ola Hungerford
a4469f7895
Add draft version of enhanced object input editing
2025-01-27 21:05:11 -07:00
Justin Spahr-Summers
0882a3e0e5
Formatting
2025-01-24 15:23:24 +00:00
Justin Spahr-Summers
fce6644e30
Fix double fetching
2025-01-24 15:22:40 +00:00
Justin Spahr-Summers
51ea4bc6ac
Add toast when OAuth succeeds
2025-01-24 15:19:41 +00:00
Justin Spahr-Summers
0648ba44e3
Auto-reconnect after OAuth
2025-01-24 15:17:03 +00:00
Justin Spahr-Summers
c22f91858c
Remember last selected transport and SSE URL
2025-01-24 15:04:22 +00:00
Justin Spahr-Summers
99d7592ac9
Fix error state being briefly shown before OAuth
2025-01-24 15:02:34 +00:00
Justin Spahr-Summers
3bc776f7cd
Fix Vite config
2025-01-24 14:55:10 +00:00
Justin Spahr-Summers
a6d22cf1e4
Bump SDK version
2025-01-24 14:54:46 +00:00
Justin Spahr-Summers
af8877064e
Set Authorization header from client
2025-01-24 13:55:32 +00:00
Justin Spahr-Summers
874320ebe6
Token exchange body needs to be JSON
2025-01-24 13:44:26 +00:00
Justin Spahr-Summers
e470eb5c51
Fix React import
2025-01-24 13:27:20 +00:00
Justin Spahr-Summers
02cfb47c83
Extract session storage keys into constants
2025-01-24 13:09:58 +00:00
Justin Spahr-Summers
23f89e49b8
Implement OAuth callback
2025-01-24 13:08:39 +00:00