Fixes #244: Add MCP Plan Generation Example#263
Conversation
Adds a new example under `packages/core/examples/mcp-plan-generation` demonstrating how to build a custom MCP server using the Jules SDK that generates highly detailed coding plans. Includes `index.ts` MCP tool definition, `package.json`, `README.md`, and updates to the core `README.md`. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Fixes #244
This PR introduces the missing
mcp-plan-generationexample, demonstrating how to use the Jules SDK to create a custom MCP server. The server exposes agenerate_plantool which leverages a repoless Jules session to output a detailed implementation plan (including reference code, build/test commands, and verification checks).The structure follows the exact boundaries defined in the original issue constraints, creating a self-contained CLI tool using
cittymapped strictly insidepackages/core/examples/mcp-plan-generation/index.ts. All appropriate build configurations and documentation updates were also included.PR created automatically by Jules for task 8376256374885445621 started by @davideast