Skip to content

Commit 7516204

Browse files
authored
Update README.md
1 parent b9ca1fd commit 7516204

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,13 @@
4747
Search 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

0 commit comments

Comments
 (0)