mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-23 06:15:15 +02:00
Merge pull request #3078 from olaservo/add-mcp-docs-server
Add MCP docs server to Claude Code GitHub Action
This commit is contained in:
3
.github/workflows/claude.yml
vendored
3
.github/workflows/claude.yml
vendored
@@ -44,5 +44,6 @@ jobs:
|
|||||||
assignee_trigger: "claude"
|
assignee_trigger: "claude"
|
||||||
|
|
||||||
claude_args: |
|
claude_args: |
|
||||||
|
--mcp-config .mcp.json
|
||||||
--allowedTools Bash
|
--allowedTools Bash
|
||||||
--system-prompt "If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a <details> block."
|
--append-system-prompt "If posting a comment to GitHub, give a concise summary of the comment at the top and put all the details in a <details> block. When working on MCP-related code or reviewing MCP-related changes, use the mcp-docs MCP server to look up the latest protocol documentation. For schema details, reference https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema which contains versioned schemas in JSON (schema.json) and TypeScript (schema.ts) formats."
|
||||||
|
|||||||
Reference in New Issue
Block a user