@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 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
@@ -7,7 +7,7 @@ import { listResourcesHandler, readResourceHandler, callToolHandler } from "./ha
7
7
  import { tools } from "./tools.js";
8
8
  const server = new Server({
9
9
  name: "postgres-server",
10
- version: "1.0.2",
10
+ version: "1.0.3",
11
11
  }, {
12
12
  capabilities: {
13
13
  resources: {},
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marcelo-ochoa/server-postgres",
3
3
  "mcpName": "io.github.marcelo-ochoa/postgres",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "description": "MCP server for interacting with PostgreSQL databases",
6
6
  "keywords": [
7
7
  "read-only-mcp",