Commit Graph
5 Commits
Author SHA1 Message Date
pmb a49545796a Minimal single-column layout for direct /finger/<user> links
Direct links now render a results-first single-column view: drop the
About Finger panel, success banner, timestamp and back-to-home button,
and replace the lookup card with a small inline form next to the heading.
The interactive /finger page keeps its original two-column layout.
2026-06-15 20:26:55 -07:00
waffle2k 178d3f361c Add JSON API endpoint, CLI tool, and MCP server
- Add /api/finger and /api/finger/<username> JSON endpoints
- Remove hardcoded default credentials from config.py; require BASIC_AUTH_USERS env var
- Add cli/finger.py: query and plan-upload CLI using the JSON API
- Add mcp/server.py: FastMCP server exposing finger_user and upload_plan tools
- All credentials and base URL are read from environment variables
2026-05-07 12:03:23 -07:00
pmb 1e53363271 Handle utf decoding 2025-07-02 17:54:32 -07:00
pmb fd493f13e9 Support file uploads for setting finger status 2025-06-27 15:20:54 -07:00
pmb b672b249a6 first commit 2025-06-26 12:44:28 -07:00