mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-07-24 07:31:01 +02:00
The launcher is published (@webclaw/mcp@0.6.16), so the in-repo MCP config now uses the canonical npx form instead of a local ~/.webclaw binary path. Also ignore the mcp-publisher credential files so they can never be committed from packages/create-webclaw/. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
638 B
Text
18 lines
638 B
Text
target/
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
proxies.txt
|
|
.claude/skills/
|
|
# Scratch / local artifacts (previously covered by overbroad `*.json`,
|
|
# which would have also swallowed package.json, components.json,
|
|
# .smithery/*.json if they were ever modified).
|
|
*.local.json
|
|
local-test-results.json
|
|
# CLI research command dumps JSON output keyed on the query; they're
|
|
# not code and shouldn't live in git. Track deliberately-saved research
|
|
# output under a different name.
|
|
research-*.json
|
|
# MCP registry publisher credentials (mcp-publisher writes these into
|
|
# packages/create-webclaw/). They are OAuth/API tokens — never commit them.
|
|
.mcpregistry_*_token
|