Skip to content

Commit 6559912

Browse files
Update MCP README with setup details
1 parent a7e76a3 commit 6559912

File tree

1 file changed

+3
-1
lines changed
  • src/python/cocalc-api/src/cocalc_api/mcp

1 file changed

+3
-1
lines changed

src/python/cocalc-api/src/cocalc_api/mcp/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ uv run cocalc-mcp-server
2020
```
2121

2222
The server will detect your API key type and automatically register the appropriate tools/resources.
23-
If you supply `COCALC_PROJECT_ID` with an account-scoped key, the MCP server will also prepare a project client for that project. For project-scoped keys, `COCALC_PROJECT_ID` is ignored because the project is embedded in the key.
23+
If you supply `COCALC_PROJECT_ID` with an account-scoped key, the MCP server will also prepare a project client for that project. For project-scoped keys, `COCALC_PROJECT_ID` is ignored because the project is implied by the key.
24+
25+
If the server fails to run, you have to install/setup everything first. Likely run `make install` in the `./cocalc-api` directory.
2426

2527
## Setup with Claude Code
2628

0 commit comments

Comments
 (0)