Skip to content

Commit 7be10b7

Browse files
committed
fix: rename binary from effect-devtools to effect-devtui
The package is called effect-devtui but the bin entry and file were still using the old effect-devtools name.
1 parent be5160e commit 7be10b7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bin"
2626
],
2727
"bin": {
28-
"effect-devtools": "./bin/effect-devtools"
28+
"effect-devtui": "./bin/effect-devtui"
2929
},
3030
"scripts": {
3131
"dev": "bun --hot --conditions=browser src/index.tsx",

src/mcp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const makeMcpLayer = (getStore: () => StoreState) => {
4747
const McpLive = Layer.mergeAll(
4848
// The MCP HTTP layer creates the server and registers routes on HttpRouter.Default
4949
McpServer.layerHttp({
50-
name: "effect-devtools",
50+
name: "effect-devtui",
5151
version: "1.0.0",
5252
path: MCP_PATH,
5353
}),

0 commit comments

Comments
 (0)