agp-mcp-proxy-0.1.1 is not a library.
AGP-MCP proxy
This proxy enables connecting existing MCP servers that use the SSE transport to the AGP network. The proxy is capable of receiving messages from an application running on top of AGP and forwarding them to the SSE server (and vice versa).
How to run the code
You can use the commands provided in the Taskfile to run the client and server located in the example folder.
Run the AGP node
To run the AGP node, use the following command:
Run the AGP-MCP proxy
To run the AGP-MCP proxy, use the following command:
Run the MCP Server
To run the MCP server example, use the following command:
The MPC server will start listening on port 8000
Run the MCP Client
To run the MCP client example, use the following command:
The client uses the AGP transport, so it will connect to the AGP node and communicate with the MCP server through the proxy.