@walkeros/mcp 3.3.0 → 3.3.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/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -893,7 +893,7 @@ function registerFeedbackTool(server2) {
|
|
|
893
893
|
writeConfig({ ...base, anonymousFeedback: anonymous });
|
|
894
894
|
}
|
|
895
895
|
const isAnonymous = explicitAnonymous ?? anonymous ?? true;
|
|
896
|
-
await feedback(text, { anonymous: isAnonymous, version: "3.3.
|
|
896
|
+
await feedback(text, { anonymous: isAnonymous, version: "3.3.1" });
|
|
897
897
|
return mcpResult8({ ok: true });
|
|
898
898
|
} catch (error) {
|
|
899
899
|
return mcpError8(error);
|
|
@@ -1704,7 +1704,7 @@ function registerUseDefinitionsPrompt(server2) {
|
|
|
1704
1704
|
var server = new McpServer(
|
|
1705
1705
|
{
|
|
1706
1706
|
name: "walkeros-flow",
|
|
1707
|
-
version: "3.3.
|
|
1707
|
+
version: "3.3.1"
|
|
1708
1708
|
},
|
|
1709
1709
|
{
|
|
1710
1710
|
instructions: `walkerOS is an open-source, privacy-first event data collection platform. Define event pipelines as code using JSON flow configurations.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/mcp",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"description": "MCP server for walkerOS flow development - discover packages, scaffold configs, validate, bundle, simulate, and test event pipelines",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
34
|
-
"@walkeros/cli": "3.3.
|
|
35
|
-
"@walkeros/core": "3.3.
|
|
34
|
+
"@walkeros/cli": "3.3.1",
|
|
35
|
+
"@walkeros/core": "3.3.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"zod": "^4.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/node": "^20.0.0",
|
|
42
|
-
"@walkeros/config": "3.3.
|
|
42
|
+
"@walkeros/config": "3.3.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|