Add Taisly MCP server manifest - #363
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 Taisly MCP server registry entry with metadata, hosted OAuth and local stdio installation methods, and declared tools for authentication, platform connections, posting, and repost automation. ChangesTaisly MCP registration
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 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 Taisly MCP server manifest to registry
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
There was a problem hiding this comment.
Pull request overview
Adds a new MCP registry manifest for the official Taisly MCP server, enabling discovery and standardized configuration for both hosted (OAuth-protected) Streamable HTTP usage and local npx/stdio usage via @taisly/agent.
Changes:
- Added
taislyserver manifest with metadata (repository, homepage, author, license, categories, tags). - Declared two installation methods: hosted Streamable HTTP endpoint and local npm (
npx @taisly/agent mcp). - Listed the current tool surface (13 tools) and included example prompts for common workflows.
💡 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/taisly.json`:
- Around line 29-34: Update the installer’s recommended-method flow in the
install command to preserve selected_method.url for HTTP entries and configure
the hosted endpoint instead of retaining the fallback echo command. Ensure the
Taisly HTTP method can be auto-selected and installed using
https://app.taisly.com/mcp; alternatively remove its recommended flag until URL
handling is implemented.
🪄 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: 027a4b4d-4cb7-47c3-9c6c-27ba021c1bb5
📒 Files selected for processing (1)
mcp-registry/servers/taisly.json
|
Gentle follow-up: |
Adds a registry manifest for the official Taisly MCP server.
@taisly/agentThe remote endpoint is live and returns the expected OAuth protected-resource challenge. The JSON manifest follows the registry schema and includes no undeclared placeholders.
Summary by CodeRabbit