Add OpenPost MCP server - #366
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds an official OpenPost MCP server registry entry with metadata, classifications, a recommended OAuth-discovery HTTP installation endpoint, example prompts, and repository information. ChangesOpenPost MCP registry
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
PR Summary by QodoAdd OpenPost hosted MCP server manifest to registry
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
There was a problem hiding this comment.
Pull request overview
This PR adds a new MCP server manifest for OpenPost to the registry, using the registry’s HTTP installation type to point to OpenPost’s hosted, OAuth-enabled streamable HTTP endpoint, along with user-facing usage examples.
Changes:
- Added
openpostserver entry with metadata (repo, homepage, author, license, categories/tags). - Declared a hosted
httpinstallation pointing tohttps://app.openpost.social/mcpand marked it as recommended. - Included several grounded prompt examples for common OpenPost workflows (review schedule, draft, schedule, status checks).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@mcp-registry/servers/openpost.json`:
- Line 14: Update the license metadata value in the OpenPost server definition
from AGPL-3.0 to the exact identifier AGPL-3.0-only, leaving the surrounding
metadata unchanged.
🪄 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: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 437cd078-e636-491d-9622-ada6eea5aa84
📒 Files selected for processing (1)
mcp-registry/servers/openpost.json
Adds OpenPost's official hosted MCP server to the registry. The manifest uses the repository's HTTP installation type for the OAuth-enabled Streamable HTTP endpoint and includes grounded usage examples.
Validation:
uv run --with jsonschema python scripts/validate_manifest.pyreports✓ openpost: Validacross 382 manifests.Disclosure: I maintain OpenPost.
Summary by CodeRabbit