-
Notifications
You must be signed in to change notification settings - Fork 94
feat: add new tool to load mcp resources #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
|
🚀 Preview deployment ready: https://preview-mcp.neon.tech |
Code Review SummaryPR: #137 - Add new tool to load MCP resources Review Statistics
Key FindingsMost Critical Issues:
What Looks Good:
Notes
The implementation is solid and follows project patterns correctly. The main gaps are around test coverage and error message quality for better debugging experience. |
Context
As part of our onboarding devx, we want to add a set of steps and instructions to help users integrate their existing projects with Neon. We added this get started guide. This will typically be run through an
initcommand that sets up the MCP server for the user.What changes are proposed in this pull request?
This PR adds a
load_resourcetool to expose guides (starting with ourGet Startedresource) to the agent via a MCP tool. This is useful for two reasons.How was this tested?

Tested this by deploying to preview env
#LKB-6294