cwtools-shared 0.2.0 → 0.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.
@@ -575,7 +575,7 @@ export declare const GENERATED_MCP_TOOLS: readonly [{
575
575
  }, {
576
576
  readonly tool: {
577
577
  readonly name: "analyze_pdx_flow";
578
- readonly description: "Static cost model and gameplay relations for a file or definition: traversals (every_*/while), pulse handlers, nested fan-out, and typed edges (tech prerequisites, special project events, megastructure upgrades). Relative weights only.";
578
+ readonly description: "Static flow model for a file or definition: dynamic event subtypes, inline-instantiated state/calls, cross-event and scripted-effect state flow, pulse/on_action/scripted-effect cost propagation, traversals, loops, and typed gameplay edges. Costs are relative static scores, not runtime predictions.";
579
579
  readonly inputSchema: {
580
580
  readonly type: "object";
581
581
  readonly properties: {
@@ -849,7 +849,7 @@ export declare const GENERATED_MCP_TOOLS: readonly [{
849
849
  readonly properties: {
850
850
  readonly symbolName: {
851
851
  readonly type: "string";
852
- readonly description: "The exact name of the symbol to find (e.g. \"kuat_has_psionic_research\", \"distar.001\")";
852
+ readonly description: "The exact name of the symbol to find (e.g. \"samplemod_has_psionic_research\", \"distar.001\")";
853
853
  };
854
854
  };
855
855
  readonly required: readonly ["symbolName"];
@@ -659,7 +659,7 @@ exports.GENERATED_MCP_TOOLS = [
659
659
  {
660
660
  "tool": {
661
661
  "name": "analyze_pdx_flow",
662
- "description": "Static cost model and gameplay relations for a file or definition: traversals (every_*/while), pulse handlers, nested fan-out, and typed edges (tech prerequisites, special project events, megastructure upgrades). Relative weights only.",
662
+ "description": "Static flow model for a file or definition: dynamic event subtypes, inline-instantiated state/calls, cross-event and scripted-effect state flow, pulse/on_action/scripted-effect cost propagation, traversals, loops, and typed gameplay edges. Costs are relative static scores, not runtime predictions.",
663
663
  "inputSchema": {
664
664
  "type": "object",
665
665
  "properties": {
@@ -959,7 +959,7 @@ exports.GENERATED_MCP_TOOLS = [
959
959
  "properties": {
960
960
  "symbolName": {
961
961
  "type": "string",
962
- "description": "The exact name of the symbol to find (e.g. \"kuat_has_psionic_research\", \"distar.001\")"
962
+ "description": "The exact name of the symbol to find (e.g. \"samplemod_has_psionic_research\", \"distar.001\")"
963
963
  }
964
964
  },
965
965
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cwtools-shared",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Shared protocol and tool contracts for the CWTools MCP server",
5
5
  "license": "MIT",
6
6
  "repository": {