feat(workspace): add MCP servers to workspace configuration#33
feat(workspace): add MCP servers to workspace configuration#33feloy wants to merge 1 commit intoopenkaiden:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds an Changes
Sequence Diagram(s)(omitted — changes are schema additions without multi-component runtime control flow) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@workspace-configuration/openapi.yaml`:
- Around line 100-114: The McpCommand schema currently lists required: name,
command but leaves args optional; update the OpenAPI schema for McpCommand by
adding "args" to the required array so that the properties block (name, command,
args) enforces presence of args; ensure the existing args property definition
(type: array, items: string) remains unchanged and keep optional env as-is if
present elsewhere.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 16420f9e-6850-4da2-8368-c5d681c13be5
📒 Files selected for processing (1)
workspace-configuration/openapi.yaml
Add McpConfiguration, McpServer, and McpCommand schemas to the workspace-configuration OpenAPI spec, allowing users to configure URL-based and command-based MCP servers in their workspace. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Philippe Martin <phmartin@redhat.com>
Add McpConfiguration, McpServer, and McpCommand schemas to the workspace-configuration OpenAPI spec, allowing users to configure URL-based and command-based MCP servers in their workspace.
Fixes #32