docs(rulebook): C# MCP rules MCP-017/018 + regenerate indexes#12
Merged
Conversation
Document the two field-based Go MCP rules (MCP-015 no-description, MCP-016 ambiguous-name) in mcp/tool_definition.md, mirroring the Python/TS description and ambiguous-name rules. The Go SDKs (mark3labs/mcp-go and the official go-sdk) are added to the policy's coverage and "does not cover" sections — untyped-params has no analog for statically-typed Go. gen_index.py regenerates every POLICY_INDEX.md: alongside the two new MCP rows it also picks up prior recalibration severity drift in several per-SDK indexes that had not been regenerated after the severity recalibration.
Document the two field-based C# MCP rules (MCP-017 no-description, MCP-018 ambiguous-name) in mcp/tool_definition.md, mirroring the Python/TS/Go rules, and add the official ModelContextProtocol C# SDK to the coverage and "does not cover" sections. Regenerate the MCP and top-level POLICY_INDEX.md.
This was referenced Jun 6, 2026
Merged
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.
Summary
Rationale + indexes for the two C# MCP rules (paired with trustabl-rules
feat/csharp-mcp-rules).docs/Policy/mcp/tool_definition.md(front-matter + rule-by-rule defense + the official C# SDK in coverage / "does not cover").POLICY_INDEX.md.check_rulebook.py --rules-repo ../trustabl-rulesis clean against the paired branch.Stacked on #11 (Go rulebook): until #11 merges, this PR's diff also shows the Go MCP-015/016 entries.