-
Notifications
You must be signed in to change notification settings - Fork 4
feat(sdk): MCP server for SDK functionality #182
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
base: dev
Are you sure you want to change the base?
Conversation
Co-authored-by: charl <charl@vanstaden.info>
Cursor Agent can help with this pull request. Just |
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Visit the preview URL for this PR (updated for commit 04dde59): https://komodo-defi-sdk--pr182-cursor-build-mcp-ser-ptwzgk66.web.app (expires Mon, 18 Aug 2025 17:22:47 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 7f9f5ac39928f333b6e8fcefb7138575e24ed347 |
Co-authored-by: charl <charl@vanstaden.info>
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.
Pull Request Overview
This PR adds a new MCP (Model Context Protocol) server package that exposes Komodo DeFi SDK functionality through a stdio JSON-RPC interface, enabling integration with MCP-compatible clients.
Key changes:
- Creates a new
komodo_mcp_server
package with proper Dart configuration - Provides MCP server functionality with tools for SDK interaction and version retrieval
- Includes documentation for setup and client configuration
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
packages/komodo_mcp_server/pubspec.yaml | Package configuration with dependencies on Komodo SDK packages |
packages/komodo_mcp_server/analysis_options.yaml | Dart linting configuration allowing print statements |
packages/komodo_mcp_server/README.md | Documentation for running the server and configuring MCP clients |
Co-authored-by: charl <charl@vanstaden.info>
@cursoragent fix all reported issues. |
I enhanced the
Learn more about Cursor Agents |
Co-authored-by: charl <charl@vanstaden.info>
Co-authored-by: charl <charl@vanstaden.info>
@cursoragent Which comments can be marked as resolved? If possible, mark them as resolved yourself. |
I updated the
Learn more about Cursor Agents |
Co-authored-by: charl <charl@vanstaden.info>
@cursoragent please review and make any necessary fixes |
I refactored the
Learn more about Cursor Agents |
Co-authored-by: charl <charl@vanstaden.info>
Add a new
komodo_mcp_server
package to expose Komodo DeFi SDK functionality via a stdio MCP JSON-RPC server.