docs: add json rpc transport plan cleanup

This commit is contained in:
lda
2026-06-03 07:33:58 +07:00 Verified
parent 028f3276c9
commit 5ac8f9f591
2 changed files with 1320 additions and 1 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -63,7 +63,7 @@ def create_rpc_app(server: WorkflowServer) -> jsonrpc.API:
@entrypoint.method(name="workflow.capabilities.inspect", errors=[WorkflowRpcError]) @entrypoint.method(name="workflow.capabilities.inspect", errors=[WorkflowRpcError])
async def workflow_capabilities_inspect( async def workflow_capabilities_inspect(
params: InspectCapabilityParams = Params(...), # type: ignore[reportArgumentType], # type: ignore[reportArgumentType] params: InspectCapabilityParams = Params(...), # type: ignore[reportArgumentType]
) -> dict[str, Any]: ) -> dict[str, Any]:
try: try:
return await server.api.inspect_capability( return await server.api.inspect_capability(