@redaksjon/protokoll 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -89,6 +89,7 @@ MCP is a protocol that allows AI assistants to access external data and function
89
89
  - **setup_project**: Interactive project creation with metadata assistance
90
90
  - **review_transcript**: Analyze and improve transcript accuracy
91
91
  - **enrich_entity**: Add or update context entities
92
+ - **edit_entity**: Edit existing entities with manual modifications
92
93
  - **batch_transcription**: Process multiple audio files
93
94
  - **find_and_analyze**: Search and analyze transcript content
94
95
 
@@ -1915,11 +1916,19 @@ AI: Found Client Alpha configuration nearby. Processing...
1915
1916
  | `protokoll_list_companies` | List companies |
1916
1917
  | `protokoll_search_context` | Search across all entity types |
1917
1918
  | `protokoll_get_entity` | Get detailed info about an entity |
1919
+ | **Entity Creation** | |
1918
1920
  | `protokoll_add_person` | Add a new person to context |
1919
1921
  | `protokoll_add_project` | Add a new project |
1920
1922
  | `protokoll_add_term` | Add a technical term |
1921
1923
  | `protokoll_add_company` | Add a company |
1922
1924
  | `protokoll_delete_entity` | Delete an entity |
1925
+ | **Entity Editing** | |
1926
+ | `protokoll_edit_person` | Edit person fields (add sounds_like, change role, etc.) |
1927
+ | `protokoll_edit_term` | Edit term fields (add sounds_like, topics, domain, etc.) |
1928
+ | `protokoll_edit_project` | Edit project fields (add sounds_like, phrases, routing, etc.) |
1929
+ | `protokoll_update_term` | Regenerate term metadata from source URL/file |
1930
+ | `protokoll_update_project` | Regenerate project metadata from source URL/file |
1931
+ | `protokoll_merge_terms` | Merge duplicate terms into one |
1923
1932
  | **Transcript Actions** | |
1924
1933
  | `protokoll_read_transcript` | Read and parse a transcript file |
1925
1934
  | `protokoll_edit_transcript` | Edit title or change project |