Skip to content

Commit 0b39099

Browse files
committed
docs(mcp): remove obsolete server creation setting
1 parent 9bc5317 commit 0b39099

4 files changed

Lines changed: 4 additions & 18 deletions

File tree

docs/advanced-usage/rate-limits-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ This feature provides an additional safeguard, particularly for complex or long-
6363
* **Use Custom Instructions:** Provide custom instructions to guide Zoo Code's behavior and reduce the need for lengthy explanations in each prompt.
6464
* **Choose the Right Model:** Some models are more cost-effective than others. Consider using a smaller, faster model for tasks that don't require the full power of a larger model.
6565
* **Use Modes:** Different modes can access different tools, for example `Architect` can't modify code, which makes it a safe choice when analyzing a complex codebase, without worrying about accidentally allowing expensive operations.
66-
* **Disable MCP If Not Used:** If you're not using MCP (Model Context Protocol) features, consider [disabling it in the MCP settings](/features/mcp/using-mcp-in-roo#enabling-or-disabling-mcp-server-creation) to significantly reduce the size of the system prompt and save tokens.
66+
* **Disable MCP If Not Used:** If you're not using MCP (Model Context Protocol) features, consider [disabling it in the MCP settings](/features/mcp/using-mcp-in-roo#enabling-or-disabling-mcp-servers) to significantly reduce the size of the system prompt and save tokens.
6767

6868
By understanding and managing your API usage, you can use Zoo Code effectively and efficiently.

docs/features/mcp/recommended-mcp-servers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,5 @@ If you prefer to commit the configuration to your repository, create a file call
125125

126126
* Browse the list of tools shipped with Context7 in the server pane.
127127
* Configure **Always allow** for the tools you use most to streamline your workflow.
128-
* Want to expose your own APIs? Check out the [MCP server creation guide](/features/mcp/using-mcp-in-roo#enabling-or-disabling-mcp-server-creation).
129128

130129
Looking for other servers? Watch this page – we'll add more recommendations soon!

docs/features/mcp/using-mcp-in-roo.mdx

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -250,32 +250,19 @@ Disabling your MCP Servers here will remove all MCP related logic and definition
250250

251251
---
252252

253-
## Enabling or Disabling MCP Server Creation
254-
255-
Disabling your MCP Server Creation here will just remove the instructions from your system prompt that Zoo Code uses to write MCP servers while not removing the context related to operating them. This reduces token usage. This is on by default.
256-
257-
1. Click the <Codicon name="server" /> icon in the top navigation of the Zoo Code pane
258-
2. Check/Uncheck `Enable MCP Server Creation`
259-
260-
<img src="/img/using-mcp-in-roo/using-mcp-in-roo-3.png" alt="Enable MCP Server Creation toggle" width="400" />
261-
262-
---
263-
264253
## How to Use Zoo to Create an MCP Server
265254

266255
If you need a specific tool or capability that isn't available through existing MCP servers, you can ask Zoo Code to build a new one for you.
267256

268-
**Prerequisite:** Ensure the **[Enable MCP Server Creation](#enabling-or-disabling-mcp-server-creation)** setting is checked ON in the MCP settings panel. If this is disabled, Zoo will not have the necessary instructions to build a server.
269-
270257
**How to Initiate:**
271258

272259
1. **Make a Request:** Clearly ask Zoo for the new tool or capability. For example:
273260
* "Create an MCP tool that gets the current price of Bitcoin."
274261
* "I need a tool that connects to my company's internal user database via its API."
275262
* "Build an MCP server to interact with the GitHub Gist API."
276263

277-
2. **Zoo's Process (Simplified):** Once you make the request (and the setting is enabled), Zoo will:
278-
* Fetch internal instructions for server creation.
264+
2. **Zoo's Process (Simplified):** Once you make the request, Zoo will:
265+
* Load the `create-mcp-server` skill with instructions for server creation.
279266
* Scaffold a basic server project (usually TypeScript) in the default MCP directory (e.g., `~/Documents/Cline/MCP` on macOS) unless you specify otherwise.
280267
* Write the code to implement the requested tool, including handling necessary API calls.
281268
* **Handle Secrets:** If the tool requires API keys or other credentials, Zoo will ask you for them using the [`ask_followup_question`](/advanced-usage/available-tools/ask-followup-question) tool to ensure they are configured securely as environment variables for the server.
@@ -340,7 +327,7 @@ When enabled, Zoo Code will automatically approve this specific tool without pro
340327
Zoo Code does not come with any pre-installed MCP servers. You'll need to find and install them separately.
341328

342329
* **Community Repositories:** Check for community-maintained lists of MCP servers on GitHub
343-
* **Ask Zoo:** You can ask Zoo Code to help you find or even create MCP servers (when "[Enable MCP Server Creation](#enabling-or-disabling-mcp-server-creation)" is enabled)
330+
* **Ask Zoo:** You can ask Zoo Code to help you find or create MCP servers
344331
* **Build Your Own:** Create custom MCP servers using the SDK to extend Zoo Code with your own tools
345332

346333
For full SDK documentation, visit the [MCP GitHub repository](https://github.com/modelcontextprotocol/).
-39.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)