@flemist/mcp-project-tools 4.0.2 → 4.0.4

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.
@@ -60,6 +60,19 @@
60
60
  "items": { "$ref": "#/definitions/commandLineRule" },
61
61
  "description": "Rules processed in order for command line validation. Later rules override earlier ones"
62
62
  },
63
+ "env": {
64
+ "type": ["object", "null"],
65
+ "additionalProperties": {
66
+ "type": ["string", "null"]
67
+ },
68
+ "description": "Environment variables for spawned processes. String value adds/overrides, null value deletes the variable"
69
+ },
70
+ "envCleanup": {
71
+ "type": ["string", "boolean"],
72
+ "enum": ["clear", "replaceServerPaths", "deleteServerPaths", false],
73
+ "default": "deleteServerPaths",
74
+ "description": "Cleanup env before applying project env: 'deleteServerPaths' (default) removes vars containing server paths, 'replaceServerPaths' replaces server paths with project paths, 'clear' starts with empty env, false disables cleanup and inherits server env"
75
+ },
63
76
  "run": {
64
77
  "type": ["boolean", "null"],
65
78
  "default": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flemist/mcp-project-tools",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "description": "MCP project tools",
5
5
  "publishConfig": {
6
6
  "access": "public"