Skip to content

[codex] Add MCP guidance prompt - #6

Merged
datashaman merged 1 commit into
mainfrom
issue-5-mcp-guidance
May 31, 2026
Merged

[codex] Add MCP guidance prompt#6
datashaman merged 1 commit into
mainfrom
issue-5-mcp-guidance

Conversation

@datashaman

Copy link
Copy Markdown
Owner

Summary

Closes #5 by adding first-class MCP guidance for clients and agents connecting to Evolve.

Changes

  • Add an EvolveClientSetup MCP prompt for onboarding clients to the Evolve workflow.
  • Add an EvolveWorkflowGuide MCP resource at evolve://guides/workflow for reusable reference guidance.
  • Register the prompt and resource on the Evolve MCP server.
  • Update server instructions to point clients at the setup prompt.
  • Add focused MCP tests for guidance discovery and retrieval.

Impact

Agents no longer have to infer Evolve workflow rules only from tool schemas or prior conversation context. The server now advertises guidance for artifact boundaries, dry-run defaults, confirmation requirements, protected-file safety, and the separate developer feedback channel.

Validation

  • php artisan test tests/Feature/EvolveMcpServerTest.php
  • composer lint:check
  • php artisan test

@datashaman
datashaman marked this pull request as ready for review May 31, 2026 15:01
@datashaman
datashaman merged commit 8754cef into main May 31, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Guide agents and clients toward correct MCP tool usage

1 participant