Conan Scott cscott
  • Joined on 2025-12-07
cscott pushed to main at cscott/ai-presentations 2026-02-25 22:18:56 +00:00
27b8eb3e05 Add 03-skills presentation: Skills for AI agents
cscott pushed to master at cscott/knowledge-mcp 2026-02-18 23:01:38 +00:00
3e177612b6 fix(security): allow host headers with and without explicit port
cscott pushed to master at cscott/knowledge-mcp 2026-02-18 22:58:28 +00:00
756ed24bfc fix(security): allow in-cluster service hosts for FastMCP transport validation
cscott pushed to master at cscott/knowledge-mcp 2026-02-18 22:40:57 +00:00
ab5041d4ec fix(runtime): prefer uvicorn ASGI app path, fallback to programmatic mcp.run
cscott pushed to master at cscott/knowledge-mcp 2026-02-18 22:38:46 +00:00
acb9ce45e7 fix(runtime): run server.py and force FastMCP SSE bind on 0.0.0.0:8000
cscott pushed to master at cscott/knowledge-mcp 2026-02-18 22:36:36 +00:00
053b5c8fb5 fix(docker): revert unsupported mcp --host/--port flags
cscott pushed to master at cscott/knowledge-mcp 2026-02-18 11:35:25 +00:00
f15b0380ab fix(docker): bind to 0.0.0.0 to expose SSE port
cscott pushed to main at cscott/openclaw 2026-02-18 10:31:11 +00:00
fafba9d0d7 added --no-network-family-autoselection
cscott pushed to main at cscott/openclaw 2026-02-18 09:18:30 +00:00
17aa4ab7d5 typo
cscott pushed to main at cscott/openclaw 2026-02-18 09:17:16 +00:00
e86dd71ba5 added ipv4 override for node options
cscott pushed to main at cscott/tei 2026-02-12 11:49:10 +00:00
4b0f9cd569 upped cpu limits for faster embedding
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 02:34:09 +00:00
5076486935 docs: update README for Postgres+pgvector and add ingestion TODOs
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 01:48:02 +00:00
2a6ee399d5 fix: mcp CLI only supports --transport (remove host/port)
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 01:43:35 +00:00
3c5a3158c4 fix: use mcp CLI (install mcp[cli])
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 01:40:24 +00:00
75a9c979b3 fix: run via fastmcp CLI and remove direct mcp.run()
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 01:31:50 +00:00
15908f95e3 fix: aggressively reset sys.argv to force correct FastMCP CLI args
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 01:28:46 +00:00
696f0a0024 fix: correct CMD args for FastMCP CLI (subcommand vs flag)
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 01:28:05 +00:00
b4391cb650 feat: expose ASGI app for direct uvicorn execution
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 01:26:09 +00:00
36bc6238dd fix: inject sys.argv to configure FastMCP run
cscott pushed to master at cscott/knowledge-mcp 2026-02-12 01:23:41 +00:00
76aba3dcb1 fix: hardcode transport/host/port to bypass CLI args