Skip to content

Commit 4d70f28

Browse files
committed
Add configuration for rust-compiler with arguments and name
1 parent 34e7a59 commit 4d70f28

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mcp-proxy-config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"url": "http://mcp-server:3001/sse",
66
"methods": ["compile", "compileAndFix", "vectorSearch"]
77
}
8-
]
8+
],
9+
"name": "rust-compiler.compile",
10+
"arguments": {
11+
"code": "..."
12+
}
913
}

0 commit comments

Comments
 (0)