Commit ff68c5d
Release v1.0.0 — first public release
Server:
- Rewrite bootstrap: lifespan + anyio.to_thread (fixes deadlock on Windows)
- pip call + import verification (fixes false pip failures)
- Retry wrapper for transient OSError/DLL locks (3 retries, 10s delay)
- Dynamic retry_after_sec: 25s first 3 min, 10s after
- Chunked processing works with HITL entity overrides
- Docx table cells joined with " | " for NER context
- sys.executable instead of hardcoded "python" (macOS/Linux fix)
- macOS/Linux platform_overrides in manifest (python3)
README:
- Professional layout for awesome-mcp submission
- Dynamic badges (CI, stars, forks, release, platforms, tech stack)
- Privacy architecture table, cross-platform instructions
SKILL.md:
- Realistic boot timings (2-5 min first launch)
- Correct retry behavior: sleep for "loading", STOP for "No such tool"
Tests (new):
- 73 tests across 8 files (detection, anonymization, dedup, chunking,
overrides, mapping, EU patterns, false positives)
- GitHub Actions CI: Python 3.10/3.12 × Windows/macOS/Linux
Version sync:
- All files aligned to v1.0.0, .dxt format, GLiNER model updated to
knowledgator/gliner-pii-base-v1.0
Co-Authored-By: stevenobiajulu <[email protected]>
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 4727ee1 commit ff68c5d
File tree
24 files changed
+1744
-555
lines changed- .github/workflows
- dist
- pii-contract-analyze
- server
- tests
24 files changed
+1744
-555
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| |||
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
39 | 50 | | |
40 | 51 | | |
41 | 52 | | |
| |||
51 | 62 | | |
52 | 63 | | |
53 | 64 | | |
54 | | - | |
| 65 | + | |
55 | 66 | | |
56 | 67 | | |
57 | 68 | | |
| |||
0 commit comments