@marcelo-ochoa/server-postgres 0.6.4 → 0.6.5
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 +10 -0
- package/dist/server.js +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -40,7 +40,17 @@ The server provides schema information for each table in the database:
|
|
|
40
40
|
|
|
41
41
|
## Change Log
|
|
42
42
|
|
|
43
|
+
### 2025-11-27
|
|
44
|
+
- **feat**: Add server.json definitions and update versions for MySQL and PostgreSQL servers
|
|
45
|
+
- Added server.json with MCP server metadata and schema
|
|
46
|
+
- Updated version to 0.6.5
|
|
47
|
+
- Added mcpName field to package.json
|
|
48
|
+
- Configured environment variables (POSTGRES_USER, POSTGRES_PASSWORD) in server definition
|
|
49
|
+
|
|
43
50
|
### 2025-11-26
|
|
51
|
+
- **docs**: Update READMEs to include recent server version bumps, URL simplification, and graceful shutdown
|
|
52
|
+
- Updated documentation with latest changes and improvements
|
|
53
|
+
|
|
44
54
|
- **chore**: Bump MySQL and PostgreSQL server versions to 0.1.1 and 0.6.4
|
|
45
55
|
- Updated package versions to reflect recent improvements
|
|
46
56
|
- Synchronized package-lock.json with new versions
|
package/dist/server.js
CHANGED
package/package.json
CHANGED