## purpose `github-webhook-mcp` を Anthropic の local MCP directory に提出できる standalone plugin 形態まで整える。 ## premise - 現在の正規方針は #37 の通り standalone plugin direction である。 - `.mcpb` 自体はすでに存在するが、directory submission-ready とはまだ言い切れない。 - Anthropic の local MCP submission guide を前提に、少なくとも以下の観点を満たす必要がある。 - tool annotations (`readOnlyHint` / `destructiveHint`) - README 内 privacy policy - manifest.json の `privacy_policies` - README の minimum 3 working examples - clean environment / cross-platform / Claude Desktop を含む動作確認 - 現在の README/manifest では、上記の一部が未整備または不足の可能性がある。 ## constraints - この issue は local MCP directory submission-ready 化に限定し、remote MCP submission は対象外とする。 - standalone 方針を崩さず、外部 DB や共有 state を新たに前提にしない。 - `.mcpb` を中心に、ローカルで完結する導入体験を優先する。 - durable 情報は issue body に収束させ、submission 要件の変化が確認された場合は body を更新する。
purpose
github-webhook-mcpを Anthropic の local MCP directory に提出できる standalone plugin 形態まで整える。premise
.mcpb自体はすでに存在するが、directory submission-ready とはまだ言い切れない。readOnlyHint/destructiveHint)privacy_policiesconstraints
.mcpbを中心に、ローカルで完結する導入体験を優先する。