mcp-server-db2i 2.2.0 → 2.2.1

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 +2 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -14,6 +14,8 @@
14
14
 
15
15
  A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for IBM DB2 for i (DB2i). This server enables AI assistants like Claude and Cursor to query and inspect IBM i databases using the JT400 JDBC driver.
16
16
 
17
+ Listed in the [MCP Registry](https://registry.modelcontextprotocol.io/) as `io.github.Strom-Capital/mcp-server-db2i`.
18
+
17
19
  ## Architecture
18
20
 
19
21
  AI clients connect to the MCP Server via stdio (IDEs) or HTTP (agents), which executes read-only queries against DB2 for i using the JT400 JDBC driver.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "mcp-server-db2i",
3
- "version": "2.2.0",
3
+ "mcpName": "io.github.Strom-Capital/mcp-server-db2i",
4
+ "version": "2.2.1",
4
5
  "description": "MCP server for IBM DB2 for i (DB2i) database queries and metadata inspection",
5
6
  "type": "module",
6
7
  "main": "dist/index.js",