Add server: dos-kernel#349
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a new MCP server registry entry for ChangesDOS Kernel Server Registration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new MCP registry entry for the dos-kernel server so it can be discovered and installed via the registry.
Changes:
- Registers
dos-kernelwith metadata (repo, homepage, license, categories/tags). - Adds a Python/uvx installation recipe for running the
dos-mcpstdio server. - Provides example prompts demonstrating common workflows (verify done claims, arbitrate edits, audit commits).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PR Summary by QodoAdd MCP Registry manifest for DOS Kernel (dos-kernel) WalkthroughsDescription• Add a new MCP Registry server entry for DOS Kernel. • Document uvx-based installation for the PyPI dos-kernel[mcp] stdio server. • Provide example prompts for verification, arbitration, and commit auditing tools. Diagramgraph TD
A["MCP Client / User"] --> B["mcp-registry"] --> C["servers/dos-kernel.json"] --> D["uvx install/run"] --> E["PyPI: dos-kernel[mcp]"] --> F["dos-mcp stdio server"]
High-Level AssessmentThe manifest matches the established Python-server registry pattern (uvx + PyPI extra + examples). Alternatives like adding secondary installation methods (pipx/Docker) are optional and can be introduced later without changing this entry’s core structure. File ChangesEnhancement (1)
|
Adds
mcp-registry/servers/dos-kernel.json.DOS Kernel is a deterministic trust kernel for AI-agent fleets, exposed over MCP (stdio):
dos_verifychecks an agent's "done" claim against git evidence instead of self-report,dos_arbitratedecides whether two concurrent agents may touch the same files,dos_commit_auditflags a commit whose message contradicts its own diff. MIT, Python (PyPI:dos-kernel, the[mcp]extra carries the server framework), listed on the Official MCP Registry asio.github.anthony-chaudhary/dos-kernel.Manifest follows the existing Python-server shape (uvx installation, examples included); JSON validity checked locally.
Summary by CodeRabbit
dos-kernelMCP server offering code verification, concurrency arbitration, and commit audit capabilities with example prompts for quick setup.