Add AWS S3 and Aurora tools to wb-mcp-server#424
Open
PeterSu92 wants to merge 3 commits into
Open
Conversation
Adds 12 new MCP tools for AWS resource management: - S3: list_objects, read_file, write_file, copy - Aurora: query, list_tables, describe_table, resolve_connection - Resource lifecycle: create_s3_folder, create_aurora_database, create_s3_external_bucket, workspace_configure_aws Fixes s3_copy to use resource-name-based auth (matching other S3 tools) with cross-resource temp-file bridge. Fixes ensureAWSConfig to prefer the config file matching the current workspace UUID. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Dockerfile: add fastapi, uvicorn, flask, flask-cors, plotly, pandas, boto3, psycopg2-binary so dashboard apps work without pip install - docker-compose: expose port 8080 for dashboard/API serving - install.sh: bake read-only MCP permission allowlist into Claude settings Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Use MCP tools (app_get_url) instead of wb app list for app UUID - Mark packages as pre-installed, skip pip install unless import fails - Fix Flask route decorators (leading slash required) - Clarify JS fetch relative path rule vs Flask route rule - Add Aurora IAM auth template and MCP-first query approach - Add S3 data dashboard template - Keep BigQuery template for GCP workspaces - Remove emoji from headers for cleaner output Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
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.
Adds 12 new MCP tools for AWS resource management:
Fixes s3_copy to use resource-name-based auth (matching other S3 tools) with cross-resource temp-file bridge. Fixes ensureAWSConfig to prefer the config file matching the current workspace UUID.
https://verily.atlassian.net/browse/BENCH-8893