-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Add MCP Docs #1491
base: master
Are you sure you want to change the base?
[docs] Add MCP Docs #1491
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🌿 Preview your docs: https://composio-preview-92c65b40-1fcb-4805-bf75-e23d5b289609.docs.buildwithfern.com |
Documentation Review SummaryOverall, the documentation changes are well-structured and comprehensive, providing good coverage of MCP integration across different clients. However, there are a few issues that should be addressed: Issues Found:
Suggestions for Improvement:
Code Quality Rating: 7/10The documentation is well-organized and comprehensive, but needs some polish in terms of typos, consistency, and structure. The content is valuable and user-friendly, but attention to detail in proofreading would improve the overall quality. |
fern/docs.yml
Outdated
@@ -332,93 +335,93 @@ navigation: | |||
- api: API Reference | |||
paginated: true | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the SDK references back. Also, can you update CONTRIBUTING.md for generating the SDK docs
LGTM 👍 |
🌿 Preview your docs: https://composio-preview-170732af-9897-4356-af53-884e14458ca2.docs.buildwithfern.com |
- page: Windsurf | ||
path: mcp/windsurf.mdx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed a typo in the path for the Windsurf page. The original path mcp/winsdsurf.mdx
had a typo with an extra 's', corrected to mcp/windsurf.mdx
.
📝 Committable Code Suggestion
‼️ Ensure you review the code suggestion before committing it to the branch. Make sure it replaces the highlighted code, contains no missing lines, and has no issues with indentation.
- page: Windsurf | |
path: mcp/windsurf.mdx | |
path: 'mcp/windsurf.mdx', | |
name: 'Windsurf', |
🌿 Preview your docs: https://composio-preview-d16d2f68-2f06-4308-a283-5cb0dd22350e.docs.buildwithfern.com |
LGTM 👍 |
🌿 Preview your docs: https://composio-preview-63e1a6bf-b85e-416c-91ac-dca30dfff9c2.docs.buildwithfern.com |
LGTM 👍 |
🌿 Preview your docs: https://composio-preview-ea767b1d-ebb5-4804-8d25-2ef0b2d33955.docs.buildwithfern.com |
LGTM 👍 |
🌿 Preview your docs: https://composio-preview-c960a05b-8fbe-499a-a327-9994195f30c2.docs.buildwithfern.com |
LGTM 👍 |
🌿 Preview your docs: https://composio-preview-d290bd79-277d-4bb1-95f8-409314ce2f50.docs.buildwithfern.com |
Add MCP Documentation Section with Client Integration Guides
Summary
This PR adds a dedicated MCP (Model Context Protocol) section to the documentation, replacing the previous links in the Resources section with comprehensive guides for integration with various clients (Cursor, Claude, and Windsurf).
Changes
Visual Improvements
Testing
This PR is part of our effort to improve documentation organization and provide clearer integration guides for our MCP offering.