ajan-sql 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +8 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,9 +36,7 @@
36
36
 
37
37
  `ajan-sql` is an npm package for running an MCP server over stdio with a PostgreSQL backend.
38
38
 
39
- The project is designed as:
40
-
41
- > psql + schema awareness + AI-safe guard layer
39
+ `ajan-sql` provides schema-aware, read-only PostgreSQL access for MCP and AI workflows.
42
40
 
43
41
  ## Goals
44
42
 
@@ -164,6 +162,13 @@ For repository-local development builds, point the command to the built CLI and
164
162
 
165
163
  The repository supports local PostgreSQL integration testing during development, but any Docker compose files or seeded local test databases can remain untracked and machine-local.
166
164
 
165
+ ## Project Docs
166
+
167
+ - [Changelog](./CHANGELOG.md)
168
+ - [Roadmap](./ROADMAP.md)
169
+ - [Contributing](./CONTRIBUTING.md)
170
+ - [Security Policy](./SECURITY.md)
171
+
167
172
  ## Development Principles
168
173
 
169
174
  - Keep functions small and composable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ajan-sql",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "AI-safe MCP server for schema-aware, read-only SQL access.",
5
5
  "bin": {
6
6
  "ajan-sql": "dist/index.js"