MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / claudeFormat

Struct claudeFormat

internal/toolinjection/format_claude.go:9–9  ·  view source on GitHub ↗

claudeFormat implements Format for Claude Messages API.

Source from the content-addressed store, hash-verified

7
8// claudeFormat implements Format for Claude Messages API.
9type claudeFormat struct{}
10
11func (claudeFormat) Name() string { return "claude" }
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected