Skip to content

Commit 5c58898

Browse files
committed
docs: add search, fetch, and load_resource to README
1 parent a560add commit 5c58898

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,15 @@ The Neon MCP Server provides the following actions, which are exposed as "tools"
240240

241241
- **`provision_neon_auth`**: Provisions Neon Auth for a Neon project. It allows developers to easily set up authentication infrastructure by creating an integration with an Auth provider.
242242

243+
**Search and Discovery:**
244+
245+
- **`search`**: Searches across organizations, projects, and branches matching a query. Returns IDs, titles, and direct links to the Neon Console.
246+
- **`fetch`**: Fetches detailed information about a specific organization, project, or branch using an ID (typically from the search tool).
247+
248+
**Documentation and Resources:**
249+
250+
- **`load_resource`**: Loads comprehensive Neon documentation and usage guidelines, including the "neon-get-started" guide for setup, configuration, and best practices.
251+
243252
## Migrations
244253

245254
Migrations are a way to manage changes to your database schema over time. With the Neon MCP server, LLMs are empowered to do migrations safely with separate "Start" (`prepare_database_migration`) and "Commit" (`complete_database_migration`) commands.

0 commit comments

Comments
 (0)