# mcpb.conf - MCPB Bundle Configuration
# Copy this file to mcpb.conf and customize for your project.
# Run: mcp-bash bundle
# Server metadata (overrides server.meta.json if set)
# MCPB_NAME="hello-tool-example"
# MCPB_VERSION="1.0.0"
# MCPB_DESCRIPTION="A minimal MCP server demonstrating the hello tool"
# Author information (recommended for MCP Registry listing)
MCPB_AUTHOR_NAME="Your Name"
MCPB_AUTHOR_EMAIL="you@example.com"
MCPB_AUTHOR_URL="https://github.com/you"
# Repository URL
MCPB_REPOSITORY="https://github.com/you/hello-tool-example"
# Additional directories to include in bundle (space-separated)
# Default: tools, resources, prompts, completions, server.d, lib, providers
# MCPB_INCLUDE=".registry data/templates"
# Optional Metadata (recommended for registry/marketplace listing)
# MCPB_LICENSE="MIT"
# MCPB_KEYWORDS="cli automation bash"
# MCPB_HOMEPAGE="https://example.com/my-tool"
# MCPB_DOCUMENTATION="https://docs.example.com/my-tool"
# MCPB_SUPPORT="https://github.com/you/repo/issues"
# MCPB_PRIVACY_POLICIES="https://example.com/privacy"
# Compatibility constraints (optional)
# MCPB_COMPAT_CLAUDE_DESKTOP=">=1.0.0"
# MCPB_RUNTIME_PYTHON=">=3.8"
# MCPB_RUNTIME_NODE=">=18"
# User Configuration (optional)
# Define user-configurable settings that implementing apps collect via UI
# MCPB_USER_CONFIG_FILE="user-config.json"
# MCPB_USER_CONFIG_ENV_MAP="api_key=MY_API_KEY"
# MCPB_USER_CONFIG_ARGS_MAP="allowed_dirs"