admin admin
  • Joined on 2025-11-24
admin pushed to main at admin/scribe 2026-06-13 17:46:27 +00:00
2ea46ada42 Add structured logging for Docker; support LOG_LEVEL env and --log-level
admin pushed to main at admin/scribe 2026-06-13 17:38:34 +00:00
47b3304297 Fix RuntimeWarning: remove cli import from __init__.py
admin pushed to main at admin/scribe 2026-06-13 17:28:10 +00:00
4822ef28e8 Update README for LocalAI-backed architecture and summarization
admin pushed to main at admin/scribe 2026-06-13 17:12:56 +00:00
574124558b Initial commit: LocalAI-backed ScrAIbe with summarization
46d119b63b Merge pull request #139 from JSchmie/develop
d00ec2d44f Merge pull request #138 from JSchmie/fix_torch_threads
de883bc062 removed unused parameter
663675c7b2 Adding support for setting number of threads to faster-whisper cpu, reading from cli, yaml or env var.
Compare 10 commits »
admin created branch main in admin/scribe 2026-06-13 17:12:55 +00:00
admin created repository admin/scribe 2026-06-13 17:05:21 +00:00
admin pushed to main at admin/mcp-docx 2026-06-13 16:35:01 +00:00
57a225b749 Use streamable_http_app() instead of to_asgi_app()
admin pushed to main at admin/mcp-docx 2026-06-13 16:24:40 +00:00
8e93b39f0a Use @mcp.tool() with parentheses as required by SDK
admin pushed to main at admin/mcp-docx 2026-06-13 16:16:44 +00:00
d910c1a817 Fix tool registration: use @mcp.tool decorator without name arg
admin pushed to main at admin/mcp-docx 2026-06-13 15:53:19 +00:00
fc58fd59ac Flatten layout: move py_docx files into src; update imports and Dockerfile
admin pushed to main at admin/mcp-docx 2026-06-13 15:49:07 +00:00
af8f6bf2e1 Fix Dockerfile: copy src before pip install; set PYTHONPATH
admin pushed to main at admin/mcp-docx 2026-06-13 15:45:12 +00:00
8adb8c8fb0 Fix py_docx import error: use setuptools + PYTHONPATH
admin pushed to main at admin/mcp-docx 2026-06-13 06:13:13 +00:00
ff034fa97e Add README for Python MCP server
admin deleted branch python-docx from admin/mcp-docx 2026-06-13 06:12:36 +00:00
admin pushed to main at admin/mcp-docx 2026-06-13 06:11:23 +00:00
438eebc73d Remove Rust project; repo is now Python-only MCP server at root
admin pushed to main at admin/mcp-docx 2026-06-13 06:07:52 +00:00
873976c05a Merge python-docx into main
2883d01cc5 Move Python MCP server into py-docx/ subdirectory
269f3b9757 Initial commit: Python MCP server (Streamable HTTP, API key, return documents)
Compare 3 commits »
admin pushed to python-docx at admin/mcp-docx 2026-06-13 06:02:34 +00:00
269f3b9757 Initial commit: Python MCP server (Streamable HTTP, API key, return documents)
admin created branch python-docx in admin/mcp-docx 2026-06-13 06:02:34 +00:00
admin pushed to main at admin/mcp-docx 2026-06-13 04:24:21 +00:00
899963a14c Fix docx_tools.rs missing imports for json, info, debug, Arc, etc.
admin pushed to main at admin/mcp-docx 2026-06-13 04:03:04 +00:00
c5416bf745 Fix build: add response module, fix http_server, update Cargo.toml