docs: add root CLAUDE.md and fix AGENTS.md typo#3733
Open
Zandereins wants to merge 1 commit intomodelcontextprotocol:mainfrom
Open
docs: add root CLAUDE.md and fix AGENTS.md typo#3733Zandereins wants to merge 1 commit intomodelcontextprotocol:mainfrom
Zandereins wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
Add a root CLAUDE.md that covers the full monorepo: - Monorepo structure (7 servers, 4 TS + 3 Python) - Build, test, and lint commands for both stacks - Code style conventions - Contributing guidelines summary - CI/CD pipeline overview - MCP protocol reference pointers Fix typo in src/everything/AGENTS.md: - `start:stremableHttp` → `start:streamableHttp` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This repo already uses Claude Code (via
claude.ymlworkflow and.mcp.json), but has no rootCLAUDE.mdto guide it. This PR adds one, plus fixes a typo in the existingAGENTS.md.Changes
1. Root
CLAUDE.md— Covers the full monorepo context:2. Fix typo in
src/everything/AGENTS.mdstart:stremableHttp→start:streamableHttp(matches actual script name inpackage.json)Why
Anyone using Claude Code on this repo (including the
claude.ymlAction) currently gets no project context beyond what it reads from source files. TheCLAUDE.mdgives it immediate awareness of:This is especially useful for the Claude Code GitHub Action which already handles
@claudementions on issues and PRs.Server Details
Motivation and Context
The repo has a
claude.ymlworkflow and.mcp.jsonbut noCLAUDE.mdto provide project context. The existingAGENTS.mdinsrc/everything/only covers that one server. Contributors and the Claude Code Action benefit from monorepo-wide context.How Has This Been Tested?
package.jsonandpyproject.tomlfilesAGENTS.mdand actual source codestart:streamableHttpis the correct script name (notstremableHttp)Types of changes
Checklist