@rudderjs/ai 1.18.1 → 1.18.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.
@@ -1,2 +1,2 @@
1
- export * from '@gemstack/ai-sdk/mcp';
1
+ export * from '@gemstack/ai-mcp';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mcp/index.ts"],"names":[],"mappings":"AAGA,cAAc,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mcp/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAA"}
package/dist/mcp/index.js CHANGED
@@ -1,5 +1,6 @@
1
- // @rudderjs/ai is deprecated. The AI engine now lives in @gemstack/ai-sdk.
2
- // This module re-exports it for backwards compatibility; import from
3
- // '@gemstack/ai-sdk/mcp' directly in new code.
4
- export * from '@gemstack/ai-sdk/mcp';
1
+ // @rudderjs/ai is deprecated. The agent<->MCP bridge now lives in
2
+ // @gemstack/ai-mcp (it graduated out of @gemstack/ai-sdk at 0.3.0). This
3
+ // module re-exports it for backwards compatibility; import from
4
+ // '@gemstack/ai-mcp' directly in new code.
5
+ export * from '@gemstack/ai-mcp';
5
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mcp/index.ts"],"names":[],"mappings":"AAAA,2EAA2E;AAC3E,qEAAqE;AACrE,+CAA+C;AAC/C,cAAc,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/mcp/index.ts"],"names":[],"mappings":"AAAA,kEAAkE;AAClE,yEAAyE;AACzE,gEAAgE;AAChE,2CAA2C;AAC3C,cAAc,kBAAkB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rudderjs/ai",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
4
4
  "description": "[Deprecated] Moved to @gemstack/ai-sdk. This package now re-exports it for backwards compatibility.",
5
5
  "rudderjs": {
6
6
  "provider": "AiProvider",
@@ -93,7 +93,8 @@
93
93
  }
94
94
  },
95
95
  "dependencies": {
96
- "@gemstack/ai-sdk": "^0.2.0"
96
+ "@gemstack/ai-mcp": "^0.1.0",
97
+ "@gemstack/ai-sdk": "^0.3.0"
97
98
  },
98
99
  "peerDependencies": {
99
100
  "@modelcontextprotocol/sdk": "^1.29.0",
@@ -123,7 +124,8 @@
123
124
  "openai": ">=4.70.0"
124
125
  },
125
126
  "devDependencies": {
126
- "@gemstack/ai-sdk": "^0.2.0",
127
+ "@gemstack/ai-mcp": "^0.1.0",
128
+ "@gemstack/ai-sdk": "^0.3.0",
127
129
  "@modelcontextprotocol/sdk": "^1.29.0",
128
130
  "@types/node": "^20.0.0",
129
131
  "@types/react": "^19.2.0",