@braid-cloud/cli 0.1.13 → 0.1.14

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 CHANGED
@@ -2040,7 +2040,7 @@ var resolveRulesInstallPath = (agent, options) => {
2040
2040
  return join(cwd, agent.rulesProjectPath);
2041
2041
  };
2042
2042
  var hasMcpConfig = (agent) => Boolean(agent.mcpProjectConfigPath) || Boolean(agent.mcpGlobalConfigPath);
2043
- var MCP_PACKAGE_SPEC = "@braid-cloud/mcp@0.1.12";
2043
+ var MCP_PACKAGE_SPEC = "@braid-cloud/mcp@0.1.13";
2044
2044
  var resolveMcpConfigPath = (agent, options) => {
2045
2045
  if (options.global) {
2046
2046
  return agent.mcpGlobalConfigPath;