axum-http-mcp-server
1
Axum-HTTP-MCP-Server is a server project that uses Axum framework and is run using WasmEdge Runtime. It allows users to perform operations like incrementing, decrementing, and retrieving the value of a counter through HTTP API calls.
Axum-HTTP-MCP-Server
Build
- Clone the repository
- Build the project using Cargo
Run
- Install WasmEdge Runtime
- Start the server using the provided WasmEdge command
- Test the server with the "counter" tool