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

Struct ClaudeExecutor

internal/runtime/executor/claude_executor.go:40–42  ·  view source on GitHub ↗

ClaudeExecutor is a stateless executor for Anthropic Claude over the messages API. If api_key is unavailable on auth, it falls back to legacy via ClientAdapter.

Source from the content-addressed store, hash-verified

38// ClaudeExecutor is a stateless executor for Anthropic Claude over the messages API.
39// If api_key is unavailable on auth, it falls back to legacy via ClientAdapter.
40type ClaudeExecutor struct {
41 cfg *config.Config
42}
43
44// claudeToolPrefix is empty to match real Claude Code behavior (no tool name prefix).
45// Previously "proxy_" was used but this is a detectable fingerprint difference.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected