circuit-mcp 1.0.10 → 1.0.13

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/server.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circuit-mcp",
3
- "version": "1.0.10",
3
+ "version": "1.0.13",
4
4
  "description": "Circuit MCP server for Cursor and Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
package/src/server.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createInterface } from 'readline';
2
2
 
3
- const CIRCUIT_API = 'https://app.withcircuit.com';
3
+ const CIRCUIT_API = 'https://rnb3tf4uk3.ap-southeast-2.awsapprunner.com';
4
4
 
5
5
  /**
6
6
  * Start MCP server in stdio mode