Ashwin Bhat
034699524a
Merge pull request #104 from devin-open-source/fix-shell-quote
...
Fix shell argument parsing issue: #96
2024-12-06 17:07:50 -08:00
Jeffrey Ling
fdc521646f
no need to prettier format everything right now
2024-12-06 12:48:48 -07:00
devin-ai-integration[bot]
bd6586bbad
style: apply prettier formatting
2024-12-06 19:43:48 +00:00
devin-ai-integration[bot]
c340e5f1ed
chore: move shell-quote to main dependencies
2024-12-06 19:43:11 +00:00
devin-ai-integration[bot]
cc1ae05f9d
fix: use shell-quote for proper argument parsing
2024-12-06 19:34:03 +00:00
devin-ai-integration[bot]
9ea77a729c
chore: add shell-quote package and types
2024-12-06 19:33:08 +00:00
Ashwin Bhat
8c7b0c360e
Merge pull request #103 from evalstate/fix/tool-tab-parameters
...
Tool Tab - Parameter Handling Fixes.
2024-12-05 17:51:05 -08:00
Ashwin Bhat
576ff0043a
bump version to 0.3.0
0.3.0
2024-12-05 08:01:57 -08:00
Ashwin Bhat
18dc4d0a99
Merge pull request #100 from evalstate/fix/tool-timeout
...
Allow setting the timeout with the "timeout" URL parameter
2024-12-05 07:59:55 -08:00
evalstate
ed5017d73e
Two fixes to the Tools Tab:
...
1) Tool Parameters were stale when switching between Tools causing incorrect messages to be sent.
2) Tool List is emptied when "Clear" is selected, so invalid messages can't be sent.
2024-12-05 15:32:55 +00:00
=
f04b161411
Allow setting timeout via "timeout" URL parameter
2024-12-05 08:11:35 +00:00
Ashwin Bhat
bd6a63603a
Merge pull request #102 from modelcontextprotocol/ashwin/sdk
...
update sdk to 1.0.3
2024-12-04 14:20:09 -08:00
Ashwin Bhat
b845444fab
update sdk to 1.0.3
2024-12-04 09:56:04 -08:00
Justin Spahr-Summers
ace94c4d37
Merge pull request #95 from modelcontextprotocol/ashwin-ant-patch-1
...
link to MCP docs site in readme
2024-12-02 06:56:07 -06:00
Ashwin Bhat
50640bc9cc
Merge pull request #98 from heuperman/add-button-to-clear-items
...
Add button to clear loaded items
2024-12-01 11:08:32 -05:00
Kees Heuperman
cc17ba8d56
feat: Add button to clear loaded items
...
Add a button to the ListPane component that clears loaded items. This
will allow the user to clear and reload resources, resource templates,
prompts or tools when they expect the available items to have changed.
2024-12-01 09:50:53 +01:00
Ashwin Bhat
764f02310d
link to MCP docs site in readme
2024-11-29 16:26:56 -05:00
Ashwin Bhat
945299181d
bump version to 0.2.7
0.2.7
2024-11-29 08:44:12 -05:00
David Soria Parra
79344bd495
Merge pull request #91 from modelcontextprotocol/ashwin/spawnfix
...
fix arg passing
2024-11-29 11:34:25 +00:00
Ashwin Bhat
295ccac27e
fix arg passing
2024-11-27 19:17:47 -05:00
Ashwin Bhat
f3f424f21e
bump version
0.2.6
2024-11-27 17:29:02 -05:00
Ashwin Bhat
6b6eeb8dcd
bump version to 0.2.5
2024-11-27 17:24:19 -05:00
Ashwin Bhat
3110cf9343
Merge pull request #88 from modelcontextprotocol/ani/fix-npx
...
Enable using 'npx' as your command on Windows
0.2.5
2024-11-27 16:03:37 -05:00
Ani Betts
2c04fa31e8
Merge branch 'main' into ani/fix-npx
2024-11-27 21:57:44 +01:00
Ashwin Bhat
e700bc713a
Merge pull request #87 from modelcontextprotocol/ashwin/versiondisplay
...
display inspector version in UI
2024-11-27 13:06:52 -05:00
Ashwin Bhat
bea86af65b
Merge pull request #89 from evalstate/main
...
Dark Mode and Word Wrap for Resource Viewer
2024-11-27 13:06:06 -05:00
evalstate
68a6130b17
fix dark mode styling and add word wrap for resource viewer.
2024-11-27 17:56:22 +00:00
Ani Betts
853a3b4faf
Enable using 'npx' as your command on Windows
2024-11-27 17:04:52 +01:00
Ashwin Bhat
6f62066d34
display inspector version in UI
2024-11-27 10:52:38 -05:00
ashwin-ant
c770d217e7
Merge pull request #86 from modelcontextprotocol/ani/debuggability
...
Make debugging Inspector easier for users
2024-11-27 10:04:00 -05:00
Ani Betts
98470a12f9
Make stdout/error echo for client and server
2024-11-27 15:57:02 +01:00
Ani Betts
a00564fafa
Disable minification on production build, we don't need it here and it makes debugging annoying
2024-11-27 15:55:11 +01:00
Ashwin Bhat
62546dec58
bump version to 0.2.4
0.2.4
2024-11-27 09:33:15 -05:00
ashwin-ant
886ac5fc7b
Merge pull request #81 from modelcontextprotocol/ashwin/serverport
...
Respect custom server port
2024-11-27 08:59:59 -05:00
ashwin-ant
722df4d798
Merge pull request #82 from jacksteamdev/fix-1
...
Add Runtime Type Validation for Tool Results
2024-11-26 15:32:58 -05:00
Jack Steam
407e304585
Merge branch 'main' into fix-1
2024-11-26 13:31:12 -07:00
Jack Steam
60578314aa
Update client/src/components/ToolsTab.tsx
...
Co-authored-by: ashwin-ant <ashwin@anthropic.com >
2024-11-26 13:30:43 -07:00
Ashwin Bhat
3c4cb17d09
bump to 0.2.3
0.2.3
2024-11-26 14:14:19 -05:00
Jack Steam
fbac5b78bc
feat: add data validation message
2024-11-26 12:47:39 -06:00
Ashwin Bhat
f876b1ec0d
consolidate server URL configuration
2024-11-26 13:40:28 -05:00
Jack Steam
aecfa21d47
fix: add static type validation
2024-11-26 11:14:55 -07:00
Ashwin Bhat
a3d542c0a3
make server port configurable via URL query param
2024-11-26 13:12:45 -05:00
Ani Betts
2b79b6ffd4
Merge pull request #79 from modelcontextprotocol/ani/fix-windows
...
Fix launch issues on Windows
2024-11-26 18:12:48 +01:00
Ani Betts
1f28b4474c
Don't eat the env, add PORT
2024-11-26 18:08:43 +01:00
Anaïs Betts
d69d67cb64
Fix server args
2024-11-26 17:33:22 +01:00
Anaïs Betts
7792070d81
Add debugging
2024-11-26 17:18:33 +01:00
Anaïs Betts
34a2843756
resolve usually better than join
2024-11-26 17:11:32 +01:00
Anaïs Betts
2a34770959
Don't 🔥 the hello message
2024-11-26 17:06:56 +01:00
Anaïs Betts
6b674b0827
Version bump MCP SDK to latest
2024-11-26 17:02:39 +01:00
Anaïs Betts
ca8db1f417
Handle spawning the client and server on Windows using correct paths
2024-11-26 17:02:39 +01:00