NapCatQQ/packages/napcat-schema
手瓜一十雪 a4527fd8ca Add napcat-rpc package with deep RPC
Introduce a new napcat-rpc package implementing a deep-proxy RPC system. Adds client (createDeepProxy, proxy helpers), server (RpcServer, createRpcServer), serializer (serialize/deserialize, callback registry), and transport layers (LocalTransport, MessageTransport, message server handler), plus an easy API (createRpcPair, mockRemote, createServer, createClient). Includes TypeScript types, tsconfig and package.json. Wire-up: add package alias in napcat-schema vite config and add napcat-rpc dependency to napcat-test along with comprehensive rpc tests.
2026-02-02 17:12:05 +08:00
..
index.ts 修复 OpenAPI 导出的相应接口缺失 stream 字段 2026-01-29 14:14:11 +08:00
package.json Fix build:openapi script to use sequential commands 2026-01-27 20:34:21 +08:00
tsconfig.json Add payload and return schemas to OneBot actions (#1549) 2026-01-27 19:07:17 +08:00
vite.config.ts Add napcat-rpc package with deep RPC 2026-02-02 17:12:05 +08:00