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 47
47
Search across 237+ PostgreSQL tools built for this MCP server using the live search bar:
48
48
49
49
50
+ <!-- Tool Search Input -->
50
51
<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 -->
51
54
<ul id =" toolResults " style =" list-style :none ;padding-left :0 ;" ></ul >
55
+
56
+ <!-- Search Script -->
52
57
<script >
53
58
fetch (' https://raw.githubusercontent.com/mukul975/postgres-mcp-server/main/tools/postgresql_tools_list.json' )
54
59
.then (response => response .json ())
@@ -62,6 +67,7 @@ Search across 237+ PostgreSQL tools built for this MCP server using the live sea
62
67
});
63
68
});
64
69
</script >
70
+
65
71
---
66
72
67
73
## 📚 Tool Categories
You can’t perform that action at this time.
0 commit comments