Japarson.Mcp.1
1.0.11
{ "inputs": [ { "type": "pickString", "id": "db_type", "description": "Type of database", "options": ["postgres", "mysql", "mongodb", "redis"] }, { "type": "promptString", "id": "db_size", "description": "Database size" }, { "type": "promptString", "id": "db_username", "description": "Database username" }, { "type": "promptString", "id": "db_password", "description": "Database password", "password": true }, { "type": "pickString", "id": "ssl_mode", "description": "SSL connection mode", "default": "prefer", "options": ["disable", "prefer", "require"] }, { "type": "promptString", "id": "db_port", "description": "Database port" }, { "type": "promptString", "id": "db_name", "description": "Database name" } ], "servers": { "Japarson.Mcp.1": { "type": "stdio", "command": "dnx", "args": ["--network", "host", "-e", "DB_TYPE=${input:db_type}", "${input:db_size}", "Japarson.Mcp.1@1.0.11", "--yes", "--", "--host", "localhost", "--port", "${input:db_port}", "${input:db_name}"], "env": { "DB_USERNAME": "${input:db_username}", "DB_PASSWORD": "${input:db_password}", "SSL_MODE": "${input:ssl_mode}" } } } }
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's
.vscode/mcp.json settings file.
dotnet tool install --global Japarson.Mcp.1 --version 1.0.11
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Japarson.Mcp.1 --version 1.0.11
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Japarson.Mcp.1&version=1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Japarson.Mcp.1 --version 1.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Package Description
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- No dependencies.