mcp-controller 0.1.0 → 0.2.0

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/mcp-controller +0 -0
  2. package/package.json +2 -2
package/mcp-controller CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-controller",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "MCP server proxy that forwards JSON RPC communication between MCP clients and target servers",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,7 +15,7 @@
15
15
  "scripts": {
16
16
  "build": "bun build src/cli.ts --compile --outfile mcp-controller",
17
17
  "dev": "bun run src/cli.ts",
18
- "typecheck": "bun --bun tsc --noEmit",
18
+ "typecheck": "bun tsc --noEmit",
19
19
  "lint": "eslint .",
20
20
  "lint:fix": "eslint . --fix",
21
21
  "format": "prettier --check .",