GitHub Stars
2,378
User Rating
Not Rated
Favorites
0
Views
61
Forks
189
Issues
1
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Go: 1.16 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/go-nunu/nunu.git
cd nunu
2. Install Dependencies
bash
go mod tidy
3. Run Application
bash
go run main.go
Troubleshooting
Common Issues
Issue: Application fails to build Solution: Check your Go version and reinstall dependencies.Additional Resources
Related MCPs
openapi-mcp
68
openapi-mcp is a tool that quickly transforms OpenAPI 3.x specifications into a robust MCP tool server. It validates the API specification, generates MCP tools for each operation, and provides structured, machine-readable output through stdio or HTTP. This facilitates seamless integration with AI agents.