Skip to content

Commit e665235

Browse files
authored
adds mcp links for claude to use and allow for fetch from mcp.io (#1131)
Signed-off-by: ChrisJBurns <[email protected]>
1 parent 07facb0 commit e665235

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.claude/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"Bash(task test)",
66
"Bash(task lint)",
77
"Bash(golangci-lint run:*)",
8-
"Bash(go doc:*)"
8+
"Bash(go doc:*)",
9+
"WebFetch(domain:modelcontextprotocol.io)"
910
],
1011
"deny": []
1112
}

CLAUDE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
ToolHive is a lightweight, secure manager for MCP (Model Context Protocol) servers written in Go. It provides three main components:
7+
ToolHive is a lightweight, secure manager for MCP (Model Context Protocol: https://modelcontextprotocol.io) servers written in Go. It provides three main components:
88

99
- **CLI (`thv`)**: Main command-line interface for managing MCP servers locally
1010
- **Kubernetes Operator (`thv-operator`)**: Manages MCP servers in Kubernetes clusters
1111
- **Proxy Runner (`thv-proxyrunner`)**: Handles proxy functionality for MCP server communication
1212

13-
The application acts as a thin client for Docker/Podman Unix socket API, providing container-based isolation for running MCP servers securely.
13+
The application acts as a thin client for Docker/Podman Unix socket API, providing container-based isolation for running MCP servers securely. It also builds on top of the MCP Specification: https://modelcontextprotocol.io/specification.
1414

1515
## Build and Development Commands
1616

@@ -97,7 +97,7 @@ The test framework uses Ginkgo and Gomega for BDD-style testing.
9797

9898
### Transport Types
9999

100-
ToolHive supports multiple MCP transport protocols:
100+
ToolHive supports multiple MCP transport protocols (https://modelcontextprotocol.io/specification/2025-06-18/basic/transports):
101101
- **stdio**: Standard input/output
102102
- **HTTP**: Traditional HTTP requests
103103
- **SSE**: Server-Sent Events for streaming
@@ -187,4 +187,5 @@ Follow conventional commit format:
187187
- Use imperative mood in subject line
188188
- Capitalize subject line
189189
- Do not end subject line with period
190-
- Use body to explain what and why vs. how
190+
- Use body to explain what and why vs. how
191+

0 commit comments

Comments
 (0)