2 Commits
Author SHA1 Message Date
John Lancaster 3abafc4850 prune 2026-07-30 01:04:11 -05:00
John Lancaster d4c7952175 task tweak 2026-07-30 01:03:51 -05:00
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -52,7 +52,8 @@
"args": [ "args": [
"run", "run",
"uvicorn", "uvicorn",
"personal_mcp.main:app", "personal_mcp.main:create_app",
"--factory",
"--host", "--host",
"127.0.0.1", "127.0.0.1",
"--port", "--port",
@@ -16,7 +16,6 @@ REQUIRED_LIBRARY_TAGS_BY_SKILL = {
"fastapi-uv-docker": {"fastapi", "uv", "uvicorn", "docker"}, "fastapi-uv-docker": {"fastapi", "uv", "uvicorn", "docker"},
"mcp-details": {"mcp", "fastmcp"}, "mcp-details": {"mcp", "fastmcp"},
"nicegui": {"nicegui", "fastapi"}, "nicegui": {"nicegui", "fastapi"},
"nicegui-ui-customization": {"nicegui", "fastapi"},
"pytesting": {"pytest", "testing", "fastapi", "asyncio", "anyio"}, "pytesting": {"pytest", "testing", "fastapi", "asyncio", "anyio"},
"python-logging": {"python", "logging"}, "python-logging": {"python", "logging"},
"python-typing": {"python", "typing"}, "python-typing": {"python", "typing"},