-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/supabase #91
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
Merged
Merged
Feat/supabase #91
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Introduced a new Supabase MCP binding for generic database operations. - Added `app.json` to define the binding's configuration and tools including `db_select`, `db_insert`, `db_update`, `db_delete`, `db_upsert`, and `db_rpc`. - Created `package.json` for managing dependencies and scripts for development and deployment. - Included a comprehensive `README.md` detailing usage examples, configuration, and security considerations. - Configured TypeScript settings in `tsconfig.json` for the project.
- Added a new Supabase MCP for generic database operations, including tools for `db_select`, `db_insert`, `db_update`, `db_delete`, `db_upsert`, and `db_rpc`. - Updated `app.json` to reflect the new HTTP connection type and removed the previous state schema. - Enhanced `README.md` to clarify usage and configuration details. - Introduced TypeScript files for client creation, types, and database tools, ensuring robust type safety and functionality. - Updated dependencies in `package.json` and `bun.lock` to align with the new implementation.
- Removed the serve function import and replaced it with a default export of the runtime configuration. - This change streamlines the main server file for better clarity and usage.
- Introduced a new `wrangler.toml` file to define the configuration for the Supabase MCP. - Set the main entry point, compatibility date, and integration details for database operations. - Configured workspace settings and disabled local workflows for streamlined deployment.
- Updated `app.json` to reflect the new official Supabase MCP name and enhanced description. - Added multiple database operation tools including `apply_migration`, `create_branch`, `delete_branch`, and others for comprehensive database management. - Removed obsolete `package.json`, `tsconfig.json`, and other related files to streamline the project structure. - Revised `README.md` to provide clearer information about the MCP's capabilities and usage. - Enhanced overall project organization for better maintainability and clarity.
- Changed connection type from HTTP to BINDING in `app.json` to align with the new configuration for the Supabase MCP. - This update reflects the transition towards a more integrated binding approach for database operations.
- Introduced a new Reddit MCP for fetching posts and searching content on Reddit. - Added tools for `GET_SUBREDDIT_POSTS` and `SEARCH_REDDIT`, allowing users to interact with subreddit data. - Created necessary configuration files including `package.json`, `tsconfig.json`, and `wrangler.toml`. - Implemented a comprehensive `README.md` detailing usage instructions and available tools. - Established TypeScript types for Reddit data structures and API responses to ensure type safety. - Updated dependencies to support the new functionality.
🚀 Preview Deployments Ready!Your changes have been deployed to preview environments: 📦
|
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.
No issues found across 4 files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Added an official Supabase MCP binding to manage Supabase projects via a binding connection, including tools for SQL, migrations, branches, edge functions, logs, and docs search. Added docs and removed the lockfile.
New Features
Dependencies
Written for commit 163f4c8. Summary will update on new commits.