File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4747Search across 237+ PostgreSQL tools built for this MCP server using the live search bar:
4848
4949
50+ <!-- Tool Search Input -->
5051<input type =" text " id =" toolSearch " placeholder =" Search PostgreSQL Tools... " style =" width :100% ;padding :10px ;font-size :16px ;border-radius :8px ;border :1px solid #ccc ;" >
52+
53+ <!-- Results List -->
5154<ul id =" toolResults " style =" list-style :none ;padding-left :0 ;" ></ul >
55+
56+ <!-- Search Script -->
5257<script >
5358 fetch (' https://raw.githubusercontent.com/mukul975/postgres-mcp-server/main/tools/postgresql_tools_list.json' )
5459 .then (response => response .json ())
@@ -62,6 +67,7 @@ Search across 237+ PostgreSQL tools built for this MCP server using the live sea
6267 });
6368 });
6469</script >
70+
6571---
6672
6773## 📚 Tool Categories
You can’t perform that action at this time.
0 commit comments