Skip to content

Commit 89ee2b1

Browse files
committed
Merge branch 'main' into handle-boolean
2 parents 4504057 + d4df126 commit 89ee2b1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

client/src/components/ToolsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ const ToolsTab = ({
249249
)}
250250
</div>
251251
);
252-
}
252+
},
253253
)}
254254
<Button onClick={() => callTool(selectedTool.name, params)}>
255255
<Send className="w-4 h-4 mr-2" />

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@modelcontextprotocol/inspector-server": "0.4.1",
3838
"concurrently": "^9.0.1",
3939
"shell-quote": "^1.8.2",
40-
"spawn-rx": "^5.1.0",
40+
"spawn-rx": "^5.1.2",
4141
"ts-node": "^10.9.2"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)