Skip to content

Commit 599bfcf

Browse files
authored
Fix formatting (#133)
1 parent 36ac623 commit 599bfcf

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ The following servers are included in this repository:
1212
| [**Workers Bindings server**](/apps/workers-bindings) | Build Workers applications with storage, AI, and compute primitives | `https://bindings.mcp.cloudflare.com/sse` |
1313
| [**Observability server**](/apps/workers-observability) | Debug and get insight into your application’s logs and analytics | `https://observability.mcp.cloudflare.com/sse` |
1414
| [**Radar server**](/apps/radar) | Get global Internet traffic insights, trends, URL scans, and other utilities | `https://radar.mcp.cloudflare.com/sse` |
15-
| [**Container server**](/apps/sandbox-container) | Spin up a sandbox development environment | `https://containers.mcp.cloudflare.com/sse` |
15+
| [**Container server**](/apps/sandbox-container) | Spin up a sandbox development environment | `https://containers.mcp.cloudflare.com/sse` |
1616
| [**Browser rendering server**](/apps/browser-rendering) | Fetch web pages, convert them to markdown and take screenshots | `https://browser.mcp.cloudflare.com/sse` |
1717
| [**Logpush server**](/apps/logpush) | Get quick summaries for Logpush job health | `https://logs.mcp.cloudflare.com/sse` |
1818
| [**AI Gateway server**](/apps/ai-gateway) | Search your logs, get details about the prompts and responses | `https://ai-gateway.mcp.cloudflare.com/sse` |
1919
| [**AutoRAG server**](/apps/autorag) | List and search documents on your AutoRAGs | `https://autorag.mcp.cloudflare.com/sse` |
2020
| [**Audit Logs server**](/apps/auditlogs) | Query audit logs and generate reports for review | `https://auditlogs.mcp.cloudflare.com/sse` |
2121
| [**DNS Analytics server**](/apps/dns-analytics) | Optimize DNS performance and debug issues based on current set up | `https://dns-analytics.mcp.cloudflare.com/sse` |
2222
| [**Digital Experience Monitoring server**](/apps/dex-analysis) | Get quick insight on critical applications for your organization | `https://dex.mcp.cloudflare.com/sse` |
23-
| [**Cloudflare One CASB server**](/apps/cloudflare-one-casb) | Quickly identify any security misconfigurations for SaaS applications to safeguard users & data | `https://casb.mcp.cloudflare.com/sse` |
23+
| [**Cloudflare One CASB server**](/apps/cloudflare-one-casb) | Quickly identify any security misconfigurations for SaaS applications to safeguard users & data | `https://casb.mcp.cloudflare.com/sse` |
2424

2525
## Access the remote MCP server from any MCP client
2626

apps/sandbox-container/README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,18 @@ It integrates tools for running a sandbox container with your MCP client. With t
66

77
## Tools
88

9-
| **Category** | **Tool** | **Description** |
10-
| ----------------- | -------------------------- | ----------------------------------------------------------------------------- |
11-
| **Container Lifecycle** | `container_initialize` | (Re)start a container. Containers are intended to be ephemeral and don't save any state. Containers are only guaranteed to last ~10m.|
12-
| | `container_ping` | Ping a container for connectivity |
13-
| **Filesystem** | `container_file_write` | Write to a file |
14-
| | `container_files_list` | List all files in the work directory |
15-
| | `container_file_read` | Read the contents of a single file or directory |
16-
| | `container_file_delete` | Delete a single file or directory |
17-
| **Execution** | `container_exec` | Run a command in the shell |
9+
| **Category** | **Tool** | **Description** |
10+
| ----------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
11+
| **Container Lifecycle** | `container_initialize` | (Re)start a container. Containers are intended to be ephemeral and don't save any state. Containers are only guaranteed to last ~10m. |
12+
| | `container_ping` | Ping a container for connectivity |
13+
| **Filesystem** | `container_file_write` | Write to a file |
14+
| | `container_files_list` | List all files in the work directory |
15+
| | `container_file_read` | Read the contents of a single file or directory |
16+
| | `container_file_delete` | Delete a single file or directory |
17+
| **Execution** | `container_exec` | Run a command in the shell |
1818

1919
This MCP server is still a work in progress, and we plan to add more tools in the future.
2020

21-
2221
### Prompt Examples
2322

2423
- `Create a visualization using matplotlib. Run it in the container that you can start`
@@ -46,4 +45,4 @@ Replace the content with the following configuration:
4645

4746
Once you've set up your configuration file, restart MCP client and a browser window will open showing your OAuth login page. Proceed through the authentication flow to grant the client access to your MCP server. After you grant access, the tools will become available for you to use.
4847

49-
Interested in contributing, and running this server locally? See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.
48+
Interested in contributing, and running this server locally? See [CONTRIBUTING.md](CONTRIBUTING.md) to get started.

0 commit comments

Comments
 (0)