Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DerekYRC/mini-claude-code
/ Handler
Interface
Handler
src/main/java/org/miniclaudecode/mcp/McpClient.java:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
public
class
McpClient {
17
18
public
interface
Handler {
19
20
String handle(JSONObject input);
21
}
22
23
private
final
String name;
24
Callers
1
callTool
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected