MCPVault

pkg

MCP tool from Nunu by go-nunu

This module contains some common utilities and functions.

How to use it

pkg is exposed by the Nunu MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the pkg tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Nunu

$npx skills add go-nunu/nunu-skills --skill build-with-nunu
FULL NUNU LISTING

Other tools in Nunu (15)

cmd

This module contains the entry points of the application, which perform different operations based on different commands, such as starting the server or executing database migrations. Each sub-module has a main.go file as the entry file, as well as wire.go and wiregen.go files for dependency injecti

deploy

This module is used for deploying the application and includes deployment scripts and configuration files.

Go-redis

https://github.com/go-redis/redis

Go-sqlmock

https://github.com/DATA-DOG/go-sqlmock

Golang-jwt

https://github.com/golang-jwt/jwt

handler

This sub-module contains the handlers for handling HTTP requests, responsible for receiving requests and invoking the corresponding services for processing.

internal

This module is the core module of the application and contains the implementation of various business logic.

job

This sub-module contains the logic for background tasks.

model

This sub-module contains the definition of data models.

repository

This sub-module contains the implementation of the data access layer, responsible for interacting with the database.

scripts

This module contains some script files used for project build, test, and deployment operations.

server

This sub-module contains the implementation of the HTTP server.

service

This sub-module contains the implementation of the business logic, responsible for handling specific business operations.

storage

This module is used for storing files or other static resources.

web

This module contains the frontend-related files, such as HTML, CSS, and JavaScript.