Skip to content

Commit 782326b

Browse files
authored
Update README.md
1 parent 0b0439a commit 782326b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ curl http://localhost:8000/project/123e4567-e89b-12d3-a456-426614174000
147147

148148
## 🔧 MCP (Model-Compiler-Processor) tools
149149

150-
The MCP server is available via the HTTP SSE transport via the `http://localhost:8000/sse` URL. The MCP server can be accessed using the [cmcp command-line client](https://github.com/RussellLuo/cmcp). To install the `cmcp` tool,
150+
The MCP server is available via the HTTP SSE transport via the `http://localhost:3000/sse` URL. The MCP server can be accessed using the [cmcp command-line client](https://github.com/RussellLuo/cmcp). To install the `cmcp` tool,
151151

152152
```bash
153153
pip install cmcp
@@ -160,7 +160,7 @@ pip install cmcp
160160
#### 📥 Request example:
161161

162162
```bash
163-
cmcp http://localhost:8000 tools/call -d '{ \
163+
cmcp http://localhost:3000 tools/call -d '{ \
164164
"name": "compile", \
165165
"arguments": { \
166166
"code: "[filename: Cargo.toml]\n[package]\nname = \"hello_world\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n[dependencies]\n\n[filename: src/main.rs]\nfn main() {\n println!(\"Hello, World!\");\n}" \
@@ -191,7 +191,7 @@ cmcp http://localhost:8000 tools/call -d '{ \
191191
### 📥 Request example:
192192

193193
```bash
194-
cmcp http://localhost:8000 tools/call -d '{ \
194+
cmcp http://localhost:3000 tools/call -d '{ \
195195
"name": "compileAndFix", \
196196
"arguments": { \
197197
"code: "[filename: Cargo.toml]\n[package]\nname = \"hello_world\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n[dependencies]\n\n[filename: src/main.rs]\nfn main() {\n println!(\"Hello, World!\" // Missing closing parenthesis \n}" \
@@ -222,7 +222,7 @@ cmcp http://localhost:8000 tools/call -d '{ \
222222
### 📥 Request example:
223223

224224
```bash
225-
cmcp http://localhost:8000 tools/call -d '{ \
225+
cmcp http://localhost:3000 tools/call -d '{ \
226226
"name": "generate", \
227227
"arguments": { \
228228
"description": "A command-line calculator in Rust", "requirements": "Should support addition, subtraction, multiplication, and division" \

0 commit comments

Comments
 (0)