MCPcopy Create free account
hub / github.com/FastLED/FastLED / RpcSchema

Class RpcSchema

ci/rpc_schema_validator.py:46–50  ·  view source on GitHub ↗

Complete RPC schema

Source from the content-addressed store, hash-verified

44
45
46class RpcSchema(BaseModel):
47 """Complete RPC schema"""
48
49 jsonrpc: str
50 methods: dict[str, MethodInfo]
51
52
53class RpcSchemaValidator:

Callers 1

_fetch_schemaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected