@vornrun/connector-ollama 0.1.0 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to `@vornrun/connector-ollama`.
4
4
 
5
+ ## 0.1.1
6
+
7
+ Speaks Vorn's own connector protocol instead of MCP, so it needs Vorn 0.7.1-beta.3 or later. Action arguments arrive as typed values.
8
+
5
9
  ## 0.1.0
6
10
 
7
11
  First release.
package/dist/index.js CHANGED
@@ -255,7 +255,7 @@ function runningToItem(model) {
255
255
  // package.json
256
256
  var package_default = {
257
257
  name: "@vornrun/connector-ollama",
258
- version: "0.1.0",
258
+ version: "0.1.1",
259
259
  description: "Trigger workflows when a local Ollama model is added, updated or loaded into memory, and chat, generate, embed, and list, show, pull, copy or delete models from a step.",
260
260
  type: "module",
261
261
  license: "MIT",
@@ -269,8 +269,7 @@ var package_default = {
269
269
  "vorn",
270
270
  "connector",
271
271
  "ollama",
272
- "llm",
273
- "mcp"
272
+ "llm"
274
273
  ],
275
274
  bin: {
276
275
  "vorn-connector-ollama": "dist/index.js"
@@ -294,7 +293,7 @@ var package_default = {
294
293
  test: "vitest run"
295
294
  },
296
295
  dependencies: {
297
- "@vornrun/connector-sdk": "^0.7.0-beta.14"
296
+ "@vornrun/connector-sdk": "^0.7.1-beta.3"
298
297
  },
299
298
  devDependencies: {
300
299
  "@types/node": "^22.10.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vornrun/connector-ollama",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Trigger workflows when a local Ollama model is added, updated or loaded into memory, and chat, generate, embed, and list, show, pull, copy or delete models from a step.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -14,8 +14,7 @@
14
14
  "vorn",
15
15
  "connector",
16
16
  "ollama",
17
- "llm",
18
- "mcp"
17
+ "llm"
19
18
  ],
20
19
  "bin": {
21
20
  "vorn-connector-ollama": "dist/index.js"
@@ -39,7 +38,7 @@
39
38
  "test": "vitest run"
40
39
  },
41
40
  "dependencies": {
42
- "@vornrun/connector-sdk": "^0.7.0-beta.14"
41
+ "@vornrun/connector-sdk": "^0.7.1-beta.3"
43
42
  },
44
43
  "devDependencies": {
45
44
  "@types/node": "^22.10.2",