- Add source.sh for remote source backup support - Add responsive DocsPanel with layout adaptations for narrow screens - Running tasks log viewer now shows last 100 lines (tail -f style) - Add incremental backup explanation to README - Update backup, transfer, schedule, and snaplog modules - Add MCP config and logo asset Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
514 B
JSON
15 lines
514 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/anthropics/claude-code/main/schemas/mcp.schema.json",
|
|
"mcpServers": {
|
|
"textual-mcp": {
|
|
"command": "/home/shuki/projects/textual-mcp/.venv/bin/python",
|
|
"args": [
|
|
"-m",
|
|
"textual_mcp.server"
|
|
],
|
|
"cwd": "/home/shuki/projects/textual-mcp",
|
|
"description": "Textual TUI framework MCP: CSS validation, widget generation, style analysis, doc search"
|
|
}
|
|
}
|
|
}
|