Contribution #111
Replies: 2 comments
|
@saraanbih Hi, I have added some config I am using for running the complete flow of the pgmoneta MCP here https://github.com/ahmed-kamal2004/my-pgmoneta-workstation, you could use it to save time. The part to use with llms is the client Regarding adding a new tool, you can check this documentation https://github.com/pgmoneta/pgmoneta_mcp/blob/main/doc/DEVELOPERS.md#adding-a-new-tool for adding a new tool, it is valid. You need to add unit tests and integration tests for the new tool
There is also a test suite (contains pgmoneta and postgres) can be running locally within a container. Note, adding a new tool doesn't need any changes in the client or the inspector codebase. cc. @jesperpedersen |
|
Hi @ahmed-kamal2004 Thanks for the resources and your help ! |
Uh oh!
There was an error while loading. Please reload this page.
This discussion will be about adding some details on how to contribute to the pgmoneta mcp
All reactions