@tecet/ollm 0.1.4 → 0.1.5

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.
Files changed (86) hide show
  1. package/dist/cli.js +20 -14
  2. package/dist/cli.js.map +3 -3
  3. package/dist/services/documentService.d.ts.map +1 -1
  4. package/dist/services/documentService.js +12 -2
  5. package/dist/services/documentService.js.map +1 -1
  6. package/dist/ui/components/docs/DocsPanel.d.ts.map +1 -1
  7. package/dist/ui/components/docs/DocsPanel.js +1 -1
  8. package/dist/ui/components/docs/DocsPanel.js.map +1 -1
  9. package/dist/ui/components/launch/VersionBanner.js +1 -1
  10. package/dist/ui/components/launch/VersionBanner.js.map +1 -1
  11. package/dist/ui/components/layout/KeybindsLegend.d.ts.map +1 -1
  12. package/dist/ui/components/layout/KeybindsLegend.js +1 -1
  13. package/dist/ui/components/layout/KeybindsLegend.js.map +1 -1
  14. package/dist/ui/components/tabs/BugReportTab.js +1 -1
  15. package/dist/ui/components/tabs/BugReportTab.js.map +1 -1
  16. package/dist/ui/services/docsService.d.ts +12 -27
  17. package/dist/ui/services/docsService.d.ts.map +1 -1
  18. package/dist/ui/services/docsService.js +40 -67
  19. package/dist/ui/services/docsService.js.map +1 -1
  20. package/docs/README.md +3 -410
  21. package/package.json +10 -7
  22. package/scripts/copy-docs-to-user.cjs +34 -0
  23. package/docs/Context/CheckpointFlowDiagram.md +0 -673
  24. package/docs/Context/ContextArchitecture.md +0 -898
  25. package/docs/Context/ContextCompression.md +0 -1102
  26. package/docs/Context/ContextManagment.md +0 -750
  27. package/docs/Context/Index.md +0 -209
  28. package/docs/Context/README.md +0 -390
  29. package/docs/DevelopmentRoadmap/Index.md +0 -238
  30. package/docs/DevelopmentRoadmap/OLLM-CLI_Releases.md +0 -419
  31. package/docs/DevelopmentRoadmap/PlanedFeatures.md +0 -448
  32. package/docs/DevelopmentRoadmap/README.md +0 -174
  33. package/docs/DevelopmentRoadmap/Roadmap.md +0 -572
  34. package/docs/DevelopmentRoadmap/RoadmapVisual.md +0 -372
  35. package/docs/Hooks/Architecture.md +0 -885
  36. package/docs/Hooks/Index.md +0 -244
  37. package/docs/Hooks/KeyboardShortcuts.md +0 -248
  38. package/docs/Hooks/Protocol.md +0 -817
  39. package/docs/Hooks/README.md +0 -403
  40. package/docs/Hooks/UserGuide.md +0 -1483
  41. package/docs/Hooks/VisualGuide.md +0 -598
  42. package/docs/Index.md +0 -506
  43. package/docs/Installation.md +0 -586
  44. package/docs/Introduction.md +0 -367
  45. package/docs/LLM Models/Index.md +0 -239
  46. package/docs/LLM Models/LLM_GettingStarted.md +0 -748
  47. package/docs/LLM Models/LLM_Index.md +0 -701
  48. package/docs/LLM Models/LLM_MemorySystem.md +0 -337
  49. package/docs/LLM Models/LLM_ModelCompatibility.md +0 -499
  50. package/docs/LLM Models/LLM_ModelsArchitecture.md +0 -933
  51. package/docs/LLM Models/LLM_ModelsCommands.md +0 -839
  52. package/docs/LLM Models/LLM_ModelsConfiguration.md +0 -1094
  53. package/docs/LLM Models/LLM_ModelsList.md +0 -1071
  54. package/docs/LLM Models/LLM_ModelsList.md.backup +0 -400
  55. package/docs/LLM Models/README.md +0 -355
  56. package/docs/MCP/MCP_Architecture.md +0 -1086
  57. package/docs/MCP/MCP_Commands.md +0 -1111
  58. package/docs/MCP/MCP_GettingStarted.md +0 -590
  59. package/docs/MCP/MCP_Index.md +0 -524
  60. package/docs/MCP/MCP_Integration.md +0 -866
  61. package/docs/MCP/MCP_Marketplace.md +0 -160
  62. package/docs/MCP/README.md +0 -415
  63. package/docs/Prompts System/Architecture.md +0 -760
  64. package/docs/Prompts System/Index.md +0 -223
  65. package/docs/Prompts System/PromptsRouting.md +0 -1047
  66. package/docs/Prompts System/PromptsTemplates.md +0 -1102
  67. package/docs/Prompts System/README.md +0 -389
  68. package/docs/Prompts System/SystemPrompts.md +0 -856
  69. package/docs/Quickstart.md +0 -535
  70. package/docs/Tools/Architecture.md +0 -884
  71. package/docs/Tools/GettingStarted.md +0 -624
  72. package/docs/Tools/Index.md +0 -216
  73. package/docs/Tools/ManifestReference.md +0 -141
  74. package/docs/Tools/README.md +0 -440
  75. package/docs/Tools/UserGuide.md +0 -773
  76. package/docs/Troubleshooting.md +0 -1265
  77. package/docs/UI&Settings/Architecture.md +0 -729
  78. package/docs/UI&Settings/ColorASCII.md +0 -34
  79. package/docs/UI&Settings/Commands.md +0 -755
  80. package/docs/UI&Settings/Configuration.md +0 -872
  81. package/docs/UI&Settings/Index.md +0 -293
  82. package/docs/UI&Settings/Keybinds.md +0 -372
  83. package/docs/UI&Settings/README.md +0 -278
  84. package/docs/UI&Settings/Terminal.md +0 -637
  85. package/docs/UI&Settings/Themes.md +0 -604
  86. package/docs/UI&Settings/UIGuide.md +0 -550
@@ -1,524 +0,0 @@
1
- # MCP Documentation Index
2
-
3
- **Complete Index of Model Context Protocol Documentation**
4
-
5
- This index provides a comprehensive overview of all MCP documentation with summaries and quick links.
6
-
7
- ---
8
-
9
- ## 📚 Quick Navigation
10
-
11
- - [Getting Started](#getting-started)
12
- - [Core Documentation](#core-documentation)
13
- - [Hook System](#hook-system)
14
- - [Extension System](#extension-system)
15
- - [MCP Servers](#mcp-servers)
16
- - [API Reference](#api-reference)
17
- - [Development Documentation](#development-documentation)
18
-
19
- ---
20
-
21
- ## Getting Started
22
-
23
- ### [Main README](3%20projects/OLLM%20CLI/MCP/README.md)
24
-
25
- **Overview and Navigation Guide**
26
-
27
- The main entry point for MCP documentation. Provides:
28
-
29
- - Complete documentation overview
30
- - Quick links for users, developers, and administrators
31
- - What is MCP explanation
32
- - Learning paths (beginner, intermediate, advanced)
33
- - Key concepts and common use cases
34
- - Troubleshooting guide
35
- - Status and roadmap
36
-
37
- **Topics:** Overview, Navigation, Learning Paths, Key Concepts
38
- **Audience:** All users
39
- **Length:** 500+ lines
40
-
41
- ---
42
-
43
- ### [Getting Started Guide](3%20projects/OLLM%20CLI/MCP/getting-started.md)
44
-
45
- **Quick Start Guide for MCP, Hooks, and Extensions**
46
-
47
- Step-by-step guide to get started with MCP features:
48
-
49
- - What is MCP and its three main features
50
- - Prerequisites and installation verification
51
- - Quick start examples
52
- - Using MCP servers (listing, starting, stopping)
53
- - Using hooks (creating, managing, trust levels)
54
- - Using extensions (searching, installing, managing)
55
- - Common workflows and troubleshooting
56
-
57
- **Topics:** Quick Start, MCP Servers, Hooks, Extensions, Examples
58
- **Audience:** New users
59
- **Length:** 600+ lines
60
-
61
- **Key Sections:**
62
-
63
- - [What is MCP?](3%20projects/OLLM%20CLI/MCP/getting-started.md#what-is-mcp)
64
- - [Using MCP Servers](3%20projects/OLLM%20CLI/MCP/getting-started.md#using-mcp-servers)
65
- - [Using Hooks](3%20projects/OLLM%20CLI/MCP/getting-started.md#using-hooks)
66
- - [Using Extensions](3%20projects/OLLM%20CLI/MCP/getting-started.md#using-extensions)
67
- - [Examples](3%20projects/OLLM%20CLI/MCP/getting-started.md#examples)
68
-
69
- ---
70
-
71
- ## Core Documentation
72
-
73
- ### [MCP Architecture](MCP_architecture.md)
74
-
75
- **Complete System Architecture and Design**
76
-
77
- Comprehensive technical documentation of the MCP system:
78
-
79
- - System overview and component architecture
80
- - MCPClient, MCPTransport, MCPSchemaConverter
81
- - Hook system architecture (registry, execution, trust model)
82
- - Extension system architecture (manager, loader, sandbox)
83
- - Data flow diagrams and integration points
84
- - Design decisions and rationale
85
- - Implementation details
86
-
87
- **Topics:** Architecture, Components, Data Flow, Design Decisions
88
- **Audience:** Developers, architects
89
- **Length:** 4,500+ lines
90
-
91
- **Key Sections:**
92
-
93
- - [System Overview](MCP_architecture.md#system-overview)
94
- - [MCP Client](MCP_architecture.md#mcp-client)
95
- - [Hook System](MCP_architecture.md#hook-system)
96
- - [Extension System](MCP_architecture.md#extension-system)
97
- - [Integration Points](MCP_architecture.md#integration-points)
98
-
99
- ---
100
-
101
- ### [MCP Integration Guide](MCP_integration.md)
102
-
103
- **Practical Integration Guide**
104
-
105
- Step-by-step guide for integrating MCP into your workflow:
106
-
107
- - Prerequisites and setup
108
- - Configuration (servers, hooks, extensions)
109
- - Starting and managing MCP servers
110
- - Discovering and using tools
111
- - Error handling and best practices
112
- - Troubleshooting common issues
113
- - Advanced configuration
114
-
115
- **Topics:** Integration, Configuration, Setup, Best Practices
116
- **Audience:** Users, developers
117
- **Length:** 1,200+ lines
118
-
119
- **Key Sections:**
120
-
121
- - [Configuration](MCP_integration.md#configuration)
122
- - [Server Setup](MCP_integration.md#server-setup)
123
- - [Tool Usage](MCP_integration.md#tool-usage)
124
- - [Best Practices](MCP_integration.md#best-practices)
125
- - [Troubleshooting](MCP_integration.md#troubleshooting)
126
-
127
- ---
128
-
129
- ### [MCP Commands Reference](MCP_commands.md)
130
-
131
- **Complete CLI Command Reference**
132
-
133
- Comprehensive reference for all MCP-related CLI commands:
134
-
135
- - `/mcp` commands (list, start, stop, restart, status)
136
- - `/mcp health` commands (check, start, stop, status)
137
- - `/mcp oauth` commands (login, status, revoke, list)
138
- - `/hooks` commands (create, list, enable, disable, trust, debug)
139
- - `/extensions` commands (search, install, list, enable, disable, info, reload)
140
- - Command examples and output formats
141
- - Common usage patterns
142
-
143
- **Topics:** CLI Commands, Examples, Usage Patterns
144
- **Audience:** All users
145
- **Length:** 1,000+ lines
146
-
147
- **Key Sections:**
148
-
149
- - [MCP Commands](MCP_commands.md#mcp-commands)
150
- - [Health Commands](MCP_commands.md#health-commands)
151
- - [OAuth Commands](MCP_commands.md#oauth-commands)
152
- - [Hook Commands](MCP_commands.md#hook-commands)
153
- - [Extension Commands](MCP_commands.md#extension-commands)
154
-
155
- ---
156
-
157
- ## Hook System
158
-
159
- ### [Hooks Overview](3%20projects/OLLM%20CLI/Hooks/README.md)
160
-
161
- **Event-Driven Automation System**
162
-
163
- Overview of the hook system for workflow automation:
164
-
165
- - What are hooks and how they work
166
- - 12 hook events explained
167
- - Hook protocol (JSON stdin/stdout)
168
- - Trust model (trusted, workspace, downloaded)
169
- - Common use cases (code quality, safety gates, automation)
170
- - Development overview
171
- - Hook lifecycle and debugging
172
-
173
- **Topics:** Hooks, Events, Automation, Trust Model
174
- **Audience:** All users
175
- **Length:** 400+ lines
176
-
177
- **Key Sections:**
178
-
179
- - [What are Hooks?](3%20projects/OLLM%20CLI/Hooks/README.md#what-are-hooks)
180
- - [Hook Events](3%20projects/OLLM%20CLI/Hooks/README.md#hook-events)
181
- - [Trust Model](3%20projects/OLLM%20CLI/Hooks/README.md#trust-model)
182
- - [Common Use Cases](3%20projects/OLLM%20CLI/Hooks/README.md#common-use-cases)
183
- - [Development](3%20projects/OLLM%20CLI/Hooks/README.md#development)
184
-
185
- **Related Documentation:**
186
-
187
- - [Hook User Guide](3%20projects/OLLM%20CLI/Hooks/user-guide.md) ⏳ Coming soon
188
- - [Hook Development Guide](3%20projects/OLLM%20CLI/Hooks/development-guide.md) ⏳ Coming soon
189
- - [Hook Protocol](protocol.md) ⏳ Coming soon
190
-
191
- ---
192
-
193
- ## Extension System
194
-
195
- ### [Extensions Overview](3%20projects/OLLM%20CLI/Extensions/README.md)
196
-
197
- **Modular Functionality System**
198
-
199
- Overview of the extension system for packaging functionality:
200
-
201
- - What are extensions and their components
202
- - Extension benefits (modularity, distribution, hot-reload)
203
- - Finding and installing extensions
204
- - Extension structure and manifest
205
- - Permissions system
206
- - Hot-reload support for development
207
- - Common use cases (dev tools, integrations, workflows)
208
-
209
- **Topics:** Extensions, Components, Permissions, Hot-Reload
210
- **Audience:** All users
211
- **Length:** 500+ lines
212
-
213
- **Key Sections:**
214
-
215
- - [What are Extensions?](3%20projects/OLLM%20CLI/Extensions/README.md#what-are-extensions)
216
- - [Extension Structure](3%20projects/OLLM%20CLI/Extensions/README.md#extension-structure)
217
- - [Permissions](3%20projects/OLLM%20CLI/Extensions/README.md#permissions)
218
- - [Hot-Reload](3%20projects/OLLM%20CLI/Extensions/README.md#hot-reload)
219
- - [Development](3%20projects/OLLM%20CLI/Extensions/README.md#development)
220
-
221
- **Related Documentation:**
222
-
223
- - [Extension User Guide](3%20projects/OLLM%20CLI/Extensions/user-guide.md) ⏳ Coming soon
224
- - [Extension Development Guide](3%20projects/OLLM%20CLI/Extensions/development-guide.md) ⏳ Coming soon
225
- - [Manifest Reference](manifest-reference.md) ⏳ Coming soon
226
- - [Marketplace Guide](marketplace.md) ⏳ Coming soon
227
-
228
- ---
229
-
230
- ## MCP Servers
231
-
232
- ### [MCP Servers Overview](3%20projects/OLLM%20CLI/MCP/servers/README.md)
233
-
234
- **External Tools and Services**
235
-
236
- Overview of MCP servers that provide tools to LLMs:
237
-
238
- - What are MCP servers and their capabilities
239
- - Server capabilities (tools, resources, prompts)
240
- - Transport types (stdio, SSE, HTTP)
241
- - Configuration guide
242
- - OAuth authentication overview
243
- - Health monitoring overview
244
- - Available servers (official and community)
245
- - Common use cases (development, data analysis, content creation)
246
-
247
- **Topics:** MCP Servers, Tools, OAuth, Health Monitoring
248
- **Audience:** All users
249
- **Length:** 500+ lines
250
-
251
- **Key Sections:**
252
-
253
- - [What are MCP Servers?](3%20projects/OLLM%20CLI/MCP/servers/README.md#what-are-mcp-servers)
254
- - [Configuration](3%20projects/OLLM%20CLI/MCP/servers/README.md#configuration)
255
- - [OAuth Authentication](3%20projects/OLLM%20CLI/MCP/servers/README.md#oauth-authentication)
256
- - [Health Monitoring](3%20projects/OLLM%20CLI/MCP/servers/README.md#health-monitoring)
257
- - [Available Servers](3%20projects/OLLM%20CLI/MCP/servers/README.md#available-servers)
258
-
259
- **Related Documentation:**
260
-
261
- - [Server Development Guide](3%20projects/OLLM%20CLI/MCP/servers/development-guide.md) ⏳ Coming soon
262
- - [OAuth Setup Guide](oauth-setup.md) ⏳ Coming soon
263
- - [Health Monitoring Guide](health-monitoring.md) ⏳ Coming soon
264
-
265
- ---
266
-
267
- ## API Reference
268
-
269
- ### [API Overview](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md)
270
-
271
- **Developer API Documentation**
272
-
273
- Overview of programmatic APIs for MCP system:
274
-
275
- - MCP Client API (connecting to servers, calling tools)
276
- - Hook System API (registering and executing hooks)
277
- - Extension Manager API (loading and managing extensions)
278
- - TypeScript types and interfaces
279
- - Common patterns and best practices
280
- - Error handling
281
- - Events and testing
282
-
283
- **Topics:** API, TypeScript, Patterns, Error Handling
284
- **Audience:** Developers
285
- **Length:** 400+ lines
286
-
287
- **Key Sections:**
288
-
289
- - [MCP Client API](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md#mcp-client-api)
290
- - [Hook System API](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md#hook-system-api)
291
- - [Extension Manager API](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md#extension-manager-api)
292
- - [Common Patterns](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md#common-patterns)
293
- - [Error Handling](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md#error-handling)
294
-
295
- **Related Documentation:**
296
-
297
- - [MCP Client API Reference](mcp-client.md) ⏳ Coming soon
298
- - [Hook System API Reference](hook-system.md) ⏳ Coming soon
299
- - [Extension Manager API Reference](extension-manager.md) ⏳ Coming soon
300
-
301
- ---
302
-
303
- ## Development Documentation
304
-
305
- ### Development Resources
306
-
307
- For developers working on MCP implementation:
308
-
309
- **Planning & Roadmap:**
310
-
311
- - MCP Roadmap (../../.dev/MCP/MCP_roadmap.md) - Unfinished work and priorities
312
- - Implementation Progress (../../.dev/MCP/development/implementation-progress.md) - Week-by-week progress
313
- - Upgrade Plan (../../.dev/MCP/development/upgrade-plan.md) - 5-week upgrade plan
314
-
315
- **Integration Details:**
316
-
317
- - MessageBus Integration (../../.dev/MCP/development/messageBus-integration.md) - Event system
318
- - Hook Planning (../../.dev/MCP/development/hook-planning-integration.md) - Hook enhancements
319
- - OAuth Integration (../../.dev/MCP/development/oauth-integration.md) - OAuth implementation
320
- - Extension Ecosystem (../../.dev/MCP/development/extension-ecosystem.md) - Extension system
321
-
322
- **Debugging:**
323
-
324
- - Critical Bugs Fixed (../../.dev/MCP/debugging/critical-bugs-fixed.md) - Bug fixes
325
- - MCP Health Integration (../../.dev/MCP/debugging/mcp-health-integration.md) - Health monitoring
326
-
327
- **Reference:**
328
-
329
- - CLI Commands (../../.dev/MCP/reference/cli-commands.md) - Command implementation
330
- - Gemini Patterns (../../.dev/MCP/reference/gemini-patterns.md) - Reference patterns
331
- - MCP Packages (../../.dev/MCP/reference/mcp-packages.md) - Package guide
332
-
333
- ---
334
-
335
- ## Documentation by Audience
336
-
337
- ### For New Users
338
-
339
- **Start Here:**
340
-
341
- 1. [Main README](3%20projects/OLLM%20CLI/MCP/README.md) - Overview
342
- 2. [Getting Started](3%20projects/OLLM%20CLI/MCP/getting-started.md) - Quick start
343
- 3. [MCP Commands](MCP_commands.md) - Command reference
344
-
345
- **Then Explore:**
346
-
347
- - [Hooks Overview](3%20projects/OLLM%20CLI/Hooks/README.md) - Automation
348
- - [Extensions Overview](3%20projects/OLLM%20CLI/Extensions/README.md) - Extensions
349
- - [Servers Overview](3%20projects/OLLM%20CLI/MCP/servers/README.md) - MCP servers
350
-
351
- ---
352
-
353
- ### For Developers
354
-
355
- **Start Here:**
356
-
357
- 1. [MCP Architecture](MCP_architecture.md) - System design
358
- 2. [MCP Integration](MCP_integration.md) - Integration guide
359
- 3. [API Overview](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md) - API reference
360
-
361
- **Then Explore:**
362
-
363
- - [Hook Development](3%20projects/OLLM%20CLI/Hooks/README.md#development) - Creating hooks
364
- - [Extension Development](3%20projects/OLLM%20CLI/Extensions/README.md#development) - Creating extensions
365
- - [Server Development](3%20projects/OLLM%20CLI/MCP/servers/README.md#development) - Creating servers
366
-
367
- **Development Docs:**
368
-
369
- - MCP Roadmap (../../.dev/MCP/MCP_roadmap.md) - Implementation status
370
- - Development Guides (../../.dev/MCP/development/) - Implementation details
371
-
372
- ---
373
-
374
- ### For Administrators
375
-
376
- **Start Here:**
377
-
378
- 1. [Getting Started](3%20projects/OLLM%20CLI/MCP/getting-started.md) - Setup
379
- 2. [MCP Integration](MCP_integration.md) - Configuration
380
- 3. [MCP Commands](MCP_commands.md) - Management
381
-
382
- **Then Explore:**
383
-
384
- - [OAuth Setup](3%20projects/OLLM%20CLI/MCP/servers/README.md#oauth-authentication) - Authentication
385
- - [Health Monitoring](3%20projects/OLLM%20CLI/MCP/servers/README.md#health-monitoring) - Monitoring
386
- - [Extension Marketplace](3%20projects/OLLM%20CLI/Extensions/README.md) - Extension management
387
-
388
- ---
389
-
390
- ## Documentation by Topic
391
-
392
- ### Configuration & Setup
393
-
394
- - [Getting Started](3%20projects/OLLM%20CLI/MCP/getting-started.md) - Initial setup
395
- - [MCP Integration](MCP_integration.md) - Detailed configuration
396
- - [Server Configuration](3%20projects/OLLM%20CLI/MCP/servers/README.md#configuration) - Server setup
397
- - [OAuth Setup](3%20projects/OLLM%20CLI/MCP/servers/README.md#oauth-authentication) - Authentication
398
-
399
- ### Usage & Commands
400
-
401
- - [MCP Commands](MCP_commands.md) - All commands
402
- - [Getting Started](3%20projects/OLLM%20CLI/MCP/getting-started.md) - Basic usage
403
- - [Hooks Overview](3%20projects/OLLM%20CLI/Hooks/README.md) - Hook usage
404
- - [Extensions Overview](3%20projects/OLLM%20CLI/Extensions/README.md) - Extension usage
405
-
406
- ### Development
407
-
408
- - [MCP Architecture](MCP_architecture.md) - System design
409
- - [API Overview](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md) - API reference
410
- - [Hook Development](3%20projects/OLLM%20CLI/Hooks/README.md#development) - Creating hooks
411
- - [Extension Development](3%20projects/OLLM%20CLI/Extensions/README.md#development) - Creating extensions
412
- - [Server Development](3%20projects/OLLM%20CLI/MCP/servers/README.md#development) - Creating servers
413
-
414
- ### Troubleshooting
415
-
416
- - [Main README](3%20projects/OLLM%20CLI/MCP/README.md#troubleshooting) - Common issues
417
- - [Getting Started](3%20projects/OLLM%20CLI/MCP/getting-started.md#troubleshooting) - Setup issues
418
- - [MCP Integration](MCP_integration.md#troubleshooting) - Integration issues
419
- - [Health Monitoring](3%20projects/OLLM%20CLI/MCP/servers/README.md#health-monitoring) - Server issues
420
-
421
- ---
422
-
423
- ## Documentation Status
424
-
425
- ### Completed ✅
426
-
427
- | Document | Lines | Status |
428
- | -------------------- | ---------- | ----------- |
429
- | README.md | 500+ | ✅ Complete |
430
- | getting-started.md | 600+ | ✅ Complete |
431
- | MCP_architecture.md | 4,500+ | ✅ Complete |
432
- | MCP_integration.md | 1,200+ | ✅ Complete |
433
- | MCP_commands.md | 1,000+ | ✅ Complete |
434
- | hooks/README.md | 400+ | ✅ Complete |
435
- | extensions/README.md | 500+ | ✅ Complete |
436
- | servers/README.md | 500+ | ✅ Complete |
437
- | api/README.md | 400+ | ✅ Complete |
438
- | **Total** | **9,600+** | **9 files** |
439
-
440
- ### In Progress ⏳
441
-
442
- | Document | Status |
443
- | -------------------------------- | -------------- |
444
- | MCP_index.md | 🔄 In progress |
445
- | hooks/user-guide.md | ⏳ Pending |
446
- | hooks/development-guide.md | ⏳ Pending |
447
- | hooks/protocol.md | ⏳ Pending |
448
- | extensions/user-guide.md | ⏳ Pending |
449
- | extensions/development-guide.md | ⏳ Pending |
450
- | extensions/manifest-reference.md | ⏳ Pending |
451
- | extensions/marketplace.md | ⏳ Pending |
452
- | servers/development-guide.md | ⏳ Pending |
453
- | servers/oauth-setup.md | ⏳ Pending |
454
- | servers/health-monitoring.md | ⏳ Pending |
455
- | api/mcp-client.md | ⏳ Pending |
456
- | api/hook-system.md | ⏳ Pending |
457
- | api/extension-manager.md | ⏳ Pending |
458
-
459
- **Overall Progress:** 72% complete (9/22 files)
460
-
461
- ---
462
-
463
- ## External Resources
464
-
465
- ### Official MCP Resources
466
-
467
- - MCP Specification (https://modelcontextprotocol.io) - Official protocol spec
468
- - MCP SDK (https://github.com/modelcontextprotocol/sdk) - Official SDK
469
- - MCP Servers (https://github.com/modelcontextprotocol/servers) - Server registry
470
-
471
- ### OLLM CLI Resources
472
-
473
- - [Main Documentation](../) - OLLM CLI docs
474
- - GitHub Repository (https://github.com/ollm/ollm-cli) - Source code
475
- - Issue Tracker (https://github.com/ollm/ollm-cli/issues) - Bug reports
476
-
477
- ### Community Resources
478
-
479
- - Discord: [Join our server](#) - Community chat
480
- - Forum: [Community forum](#) - Discussions
481
- - Twitter: [@ollm_cli](#) - Updates
482
-
483
- ---
484
-
485
- ## Contributing
486
-
487
- Want to contribute to MCP documentation?
488
-
489
- 1. Read Contributing Guide (../../CONTRIBUTING.md)
490
- 2. Check Documentation Tracking (../../.dev/MCP/MCP_docs.md)
491
- 3. See MCP Roadmap (../../.dev/MCP/MCP_roadmap.md)
492
- 4. Submit pull requests
493
-
494
- ---
495
-
496
- ## Search Tips
497
-
498
- ### Finding Information
499
-
500
- **By Feature:**
501
-
502
- - Hooks → [Hooks Overview](3%20projects/OLLM%20CLI/Hooks/README.md)
503
- - Extensions → [Extensions Overview](3%20projects/OLLM%20CLI/Extensions/README.md)
504
- - Servers → [Servers Overview](3%20projects/OLLM%20CLI/MCP/servers/README.md)
505
- - API → [API Overview](3%20projects/OLLM%20CLI/MCP/Developers%20Guide/api/README.md)
506
-
507
- **By Task:**
508
-
509
- - Getting started → [Getting Started](3%20projects/OLLM%20CLI/MCP/getting-started.md)
510
- - Configuration → [MCP Integration](MCP_integration.md)
511
- - Commands → [MCP Commands](MCP_commands.md)
512
- - Development → [MCP Architecture](MCP_architecture.md)
513
-
514
- **By Role:**
515
-
516
- - New users → [For New Users](#for-new-users)
517
- - Developers → [For Developers](#for-developers)
518
- - Administrators → [For Administrators](#for-administrators)
519
-
520
- ---
521
-
522
- **Last Updated:** 2026-01-16
523
- **Version:** 0.1.0
524
- **Documentation Progress:** 72% complete