yao/grpc
Max 960f47c238 feat(grpc): enhance MCP handler with gRPC authorization support
- Introduced grpcAuthProvider to adapt gRPC AuthorizedInfo for use in MCP process calls, enabling better authorization handling.
- Updated MCPListTools and MCPCallTool methods to include authorization information in tool calls, improving security and context awareness.
- Refactored fetch functions in webfetch to support Brightdata API endpoint configuration, enhancing flexibility in fetching HTML content.
- Improved fetchHTML and fetchRawHTML methods to prioritize Brightdata when configured, streamlining content retrieval processes.
- Added isHTMLContent utility function to determine response content type, enhancing the robustness of content handling in fetch operations.
2026-05-03 19:57:26 +08:00
..
agent Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +08:00
api Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +08:00
auth feat(tai): enhance gRPC tunnel functionality and internal host handling 2026-03-12 20:35:17 +08:00
client refactor: unify server lifecycle, migrate gRPC client, and clean up sandbox v2 2026-03-07 17:19:19 +08:00
health Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +08:00
llm Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +08:00
mcp feat(grpc): enhance MCP handler with gRPC authorization support 2026-05-03 19:57:26 +08:00
pb Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
run Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +08:00
sandbox Implement Sandbox V2 support in the Yao SDK 2026-03-05 13:21:09 +08:00
shell Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +08:00
tests/testutils feat(tai): enhance gRPC tunnel functionality and internal host handling 2026-03-12 20:35:17 +08:00
DESIGN.md Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +08:00
grpc.go feat(grpc, openapi): enhance server keepalive settings and improve sorting in responses 2026-03-13 12:08:32 +08:00
IMPL.md refactor: remove x-grpc-upstream, benchmark CI job, and harden sandbox v2 2026-03-07 21:41:48 +08:00
TEST.md Implement gRPC support in the Yao SDK 2026-03-04 13:17:48 +08:00