Skip to content

Commit d26a3af

Browse files
committed
docs(mcp): remove stale server creation guidance
1 parent 0b39099 commit d26a3af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ If you need a specific tool or capability that isn't available through existing
262262
* "Build an MCP server to interact with the GitHub Gist API."
263263

264264
2. **Zoo's Process (Simplified):** Once you make the request, Zoo will:
265-
* Load the `create-mcp-server` skill with instructions for server creation.
266265
* Scaffold a basic server project (usually TypeScript) in the default MCP directory (e.g., `~/Documents/Cline/MCP` on macOS) unless you specify otherwise.
267266
* Write the code to implement the requested tool, including handling necessary API calls.
268267
* **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.
@@ -327,7 +326,6 @@ When enabled, Zoo Code will automatically approve this specific tool without pro
327326
Zoo Code does not come with any pre-installed MCP servers. You'll need to find and install them separately.
328327

329328
* **Community Repositories:** Check for community-maintained lists of MCP servers on GitHub
330-
* **Ask Zoo:** You can ask Zoo Code to help you find or create MCP servers
331329
* **Build Your Own:** Create custom MCP servers using the SDK to extend Zoo Code with your own tools
332330

333331
For full SDK documentation, visit the [MCP GitHub repository](https://github.com/modelcontextprotocol/).

0 commit comments

Comments
 (0)