feat(lib): bundle MCP servers from .common/lib into factory/lib/
Copies source (no node_modules, dist, .tasks, .wiki, __pycache__) for: - projects-meta-mcp v2.25.0 (TypeScript/Node) - wiki-graph v0.3.1 (TypeScript/Node) - interns-mcp v0.3.3 (Python/FastMCP) .gitignore: exclude lib build artefacts (node_modules, dist, .venv, __pycache__, *.pyc) bootstrap.ps1: add MCP build step — npm install+build for TS servers, venv+pip for Python Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -3,6 +3,13 @@ dist/*-linux-*
|
||||
dist/*-darwin-*
|
||||
dist/*-windows-*.exe.bak
|
||||
|
||||
# MCP server build artefacts (lib/ contains sources; bootstrap builds on install)
|
||||
lib/*/node_modules/
|
||||
lib/*/dist/
|
||||
lib/*/.venv/
|
||||
lib/**/__pycache__/
|
||||
lib/**/*.pyc
|
||||
|
||||
# Local dev state
|
||||
*.log
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user