Skip to content

Simplified UV Command in Build Custom Extension with Goose #1380

@Proteusiq

Description

@Proteusiq

uv provides the structure with --lib flag

uv init --lib mcp-wiki
cd mcp-wiki

mkdir -p src/mcp_wiki
touch src/mcp_wiki/server.py  # Your MCP server code (tool, resources, prompts)

# src/mcp_wiki/__init__.py  # Primary CLI entry point created by uv
touch src/mcp_wiki/__main__.py # To enable running as a Python module

Metadata

Metadata

Labels

documentationImprovements or additions to documentationp3Priority 3 - Low

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions