Files
gniza4linux/.mcp.json
shuki fec13135ce Add source targets, docs panel, tail-style log viewer, and various improvements
- 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>
2026-03-07 03:06:39 +02:00

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"
}
}
}