Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ servers:
# verify_ssl: false

# Amazon EMR-EC2 Spark History Server example
# emr_persistent_ui:
# emr_cluster_arn: "<EMR Cluster ARN>"
# emr_cluster_arn: "<EMR Cluster ARN>"

mcp:
transports:
Expand Down
11 changes: 3 additions & 8 deletions examples/aws/emr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,13 @@ Amazon EMR-EC2 users can use a service-managed [Persistent UI](https://docs.aws.
- Edit SHS MCP Config: [config.yaml](../../../config.yaml) to add the EMR Cluster Id

```yaml
emr_persistent_ui:
emr_cluster_arn: "<emr_cluster_arn>"
servers:
local:
emr_cluster_arn: "<emr_cluster_arn>"
```

**Note**: The MCP Server manages the creation of the Persistent UI and its authentication using tokens with Persistent UI. You do not need to open the Persistent UI URL in a Web Browser. Please ensure the user running the MCP has access to create and view the Persistent UI for that cluster by following the [EMR Documentation](https://docs.aws.amazon.com/emr/latest/ManagementGuide/app-history-spark-UI.html#app-history-spark-UI-permissions).

## Step 4: Start the MCP Server

```bash
task start-mcp-bg
```

If you need to access an EMR Spark History Server running in private subnets:

```bash
Expand Down
4 changes: 2 additions & 2 deletions examples/aws/glue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ glue_ec2:

```yaml
local:
default: true
url: "http://localhost:18080"
default: true
url: "http://localhost:18080"
```

## Step 4: Start the MCP Server
Expand Down