forked from HomeLab/unraid-mcp
Add Claude Code agent configuration and GraphQL introspection
- Added KFC (Kent Feature Creator) spec workflow agents for requirements, design, tasks, testing, implementation and evaluation - Added Claude Code settings configuration for agent workflows - Added GraphQL introspection query and schema files for Unraid API exploration - Updated development script with additional debugging and schema inspection capabilities - Enhanced logging configuration with structured formatting - Updated pyproject.toml dependencies and uv.lock 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -31,6 +31,8 @@ dependencies = [
|
||||
"fastapi>=0.116.1",
|
||||
"uvicorn>=0.35.0",
|
||||
"websockets>=13.1,<14.0",
|
||||
"rich>=14.1.0",
|
||||
"pytz>=2025.2",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -141,4 +143,7 @@ exclude_lines = [
|
||||
"if __name__ == .__main__.:",
|
||||
"class .*\\bProtocol\\):",
|
||||
"@(abc\\.)?abstractmethod",
|
||||
]
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = []
|
||||
|
||||
Reference in New Issue
Block a user