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
14 changes: 7 additions & 7 deletions docs/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ func getContextForUserRole(role string) context.Context {

**STDIO Connection Issues:**

```
```text
Error: failed to start command 'npx @modelcontextprotocol/server-filesystem'
```

Expand All @@ -1354,7 +1354,7 @@ Error: failed to start command 'npx @modelcontextprotocol/server-filesystem'

**HTTP Connection Issues:**

```
```text
Error: failed to initialize external MCP client: connection refused
```

Expand All @@ -1367,7 +1367,7 @@ Error: failed to initialize external MCP client: connection refused

**SSE Connection Issues:**

```
```text
Error: SSE stream error: context canceled
```

Expand All @@ -1383,7 +1383,7 @@ Error: SSE stream error: context canceled

**Tool Already Exists:**

```
```text
Error: tool 'echo' already registered
```

Expand All @@ -1397,7 +1397,7 @@ Error: tool 'echo' already registered

**No Tools Available:**

```
```text
Warning: No MCP tools found in response
```

Expand All @@ -1410,7 +1410,7 @@ Warning: No MCP tools found in response

**Unexpected Tool Availability:**

```
```text
Warning: Restricted tool 'delete_all_files' is available when it shouldn't be
```

Expand All @@ -1424,7 +1424,7 @@ Warning: Restricted tool 'delete_all_files' is available when it shouldn't be

**Tool Not Found:**

```
```text
Error: MCP tool 'unknown_tool' not found
```

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ func (p *CachePlugin) PostHook(ctx *context.Context, result *BifrostResponse, er

Each plugin should be organized as follows:

```
```text
plugins/
└── your-plugin-name/
├── main.go # Plugin implementation
Expand Down
Loading