Skip to content

Commit f052465

Browse files
committed
Fix MCP ports, separate prod/dev
1 parent ff7a72f commit f052465

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.mcp.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"mcpServers": {
3-
"cmdr": {
3+
"cmdr-dev": {
44
"type": "http",
5-
"url": "http://127.0.0.1:9225/mcp"
5+
"url": "http://127.0.0.1:19225/mcp"
6+
},
7+
"cmdr-prod": {
8+
"type": "http",
9+
"url": "http://127.0.0.1:19224/mcp"
610
},
711
"tauri": {
812
"type": "stdio",

0 commit comments

Comments
 (0)