-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Look into the implementation from google to get started with a basic protoc python plugin:
https://github.com/grpc/grpc/tree/master/tools/distrib/python/grpcio_tools is the location of the python specific tooling for generating gRPC client/servers from proto files -- we need to follow the same steps as they do to achieve an MCP generation tool.
When making the MCP tool for python, leverage gRPC itself to generate the MCP server (eg. we can use the generated client to call the server)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels