@marcelo-ochoa/server-postgres 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/server.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -215,6 +215,10 @@ Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace
|
|
|
215
215
|
|
|
216
216
|
See [PostgreSQL AWR in action](https://github.com/marcelo-ochoa/servers/blob/main/src/postgres/AWR_example.md) for an example of a performance report generated by the `pg-awr` tool for a production Moodle database, highlighting critical performance issues and optimization opportunities.
|
|
217
217
|
|
|
218
|
+
## Demos
|
|
219
|
+
|
|
220
|
+
See [Demos](https://github.com/marcelo-ochoa/servers/blob/main/src/postgres/Demos.md) for usage examples with Claude Desktop, Docker AI, Gemini CLI, and Antigravity Code Editor.
|
|
221
|
+
|
|
218
222
|
## Building
|
|
219
223
|
|
|
220
224
|
Docker:
|
package/dist/server.js
CHANGED
package/package.json
CHANGED