admin admin
  • Joined on 2025-11-24
admin created repository admin/mcp-summary 2026-06-13 22:29:16 +00:00
admin pushed to main at admin/scribe 2026-06-13 21:48:36 +00:00
d854d498cd Integrate custom Web GUI assets, templates, and config.yaml; adapt for LocalAI
admin pushed to main at admin/mcp-docx 2026-06-13 20:55:29 +00:00
20c75d1ca3 Fix tools/call: avoid double-encoding string results
admin pushed to main at admin/mcp-docx 2026-06-13 20:29:47 +00:00
205174dfb3 Align with mcp-time-tools: FastAPI Streamable HTTP MCP endpoint
admin pushed to main at admin/scribe 2026-06-13 17:51:56 +00:00
1eb88d27ba Fix verbose double-pass bug in CLI/autotranscript; improve logging
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