Commit d274d7b
📚 Enhance v1.0 Documentation: Add Protocol Guides, Implementation Examples, and User Navigation (#43)
* chore: update contributors data 2025-09-04
* chore: update contributors data 2025-09-04
* chore: update contributors data 2025-09-05
* Add comprehensive v1.0 documentation
- Add complete communication protocols documentation (HTTP, WebSocket, SSE, CLI, Text, MCP)
- Add implementation guide with Python examples and multi-language references
- Add for-tool-providers guide with practical examples
- Add migration guide from v0.1 to v1.0
- Update sidebar navigation structure
- Address incomplete current version documentation gap
* Improve landing page, security, and UTCP vs MCP documentation
- Rewrite docs/index.md with better structure, clear value proposition, and navigation
- Enhance docs/security.md with comprehensive protocol-specific security guidance
- Improve docs/utcp-vs-mcp.md with technical depth, migration guidance, and decision framework
- Add language specification notes consistently across documentation
- Include practical examples and cross-references throughout
* Update docs/index.md
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* Add missing API documentation for core classes
- Add class descriptions for UtcpClient, serializers, and auth implementations
- Add documentation for tool repository and variable loader classes
- Add call template documentation for HTTP, CLI, Text, and SSE protocols
- Fix 'No class documentation available' entries with minimal descriptions
* Fix providers/index.md ID for sidebar compatibility
* Revert "Add missing API documentation for core classes"
This reverts commit 2eb1439.
* Update terminology from providers to protocol plugins
- Rename docs/providers to docs/protocols for v1.0 terminology
- Update sidebars.ts to reference protocols/ paths
- Update protocols/index.md with correct plugin-based architecture description
- Replace 'providers' with 'protocol plugins' throughout documentation
- Align with v1.0 call template terminology
* Phase 1: Make protocol documentation language-independent
- Remove Python-specific examples from specification protocols
- Replace with JSON/YAML configuration examples
- Add references to language-specific documentation
- Keep protocol concepts and architecture language-agnostic
* Continue Phase 1: Remove Python dependencies from core docs
- Replace implementation.md with language-independent version
- Remove Python examples from index.md quick start
- Replace with JSON configuration and conceptual descriptions
- Add references to language-specific documentation
* Complete Phase 1: Remove final Python dependencies
- Replace remaining Python example in for-tool-providers.md
- All core documentation now language-independent
- Python-specific examples moved to python-utcp repository
- JSON/YAML configuration examples throughout
* Remove Python language bias from documentation
- Remove Python-specific language from intro sections
- Make language references neutral in index.md and for-tool-providers.md
- Keep Python examples in CLI/MCP protocols as they're just examples
- Update links to be language-neutral
* Start removing Python code from security.md while preserving JSON
- Remove Python language bias from intro
- Replace Python implementation examples with language-independent guidance
- Keep all JSON configuration examples
- Preserve security concepts and best practices
* Continue removing Python code from security.md
- Replace path validation Python example with requirements
- Preserve JSON configuration examples
- Keep security concepts language-independent
* Remove Python language bias from specification
- Convert Python code examples to language-agnostic descriptions
- Replace Python-specific documentation links with multi-language references
- Maintain technical accuracy while ensuring language neutrality
- Major files updated: utcp-vs-mcp.md, migration-v0.1-to-v1.0.md
- Updated documentation links across all protocol files
* Remove UTCP specification field requirements from documentation
- Remove field requirement tables (Required/Optional Fields) from protocol docs
- Remove UTCP manual structure requirement tables from tool provider guide
- Replace with references to API specification documentation
- Keep API input/output schema examples as they describe tool interfaces
- Eliminates duplication between user docs and API specification
* Remove Express.js implementation section
- Remove technology-specific implementation example
- Keep language-agnostic conceptual guidance
- Maintain focus on UTCP concepts rather than specific frameworks
* Updated API spec
* Update docs
* Update 1.0 versioned docs
---------
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Luca Perrozzi <ilperrozzi@gmail.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>1 parent a820b17 commit d274d7b
File tree
52 files changed
+10950
-708
lines changed- docs
- api
- core/utcp
- exceptions
- implementations
- post_processors
- plugins
- plugins/communication_protocols
- cli/src/utcp_cli
- http/src/utcp_http
- mcp/src/utcp_mcp
- protocols
- src/data
- versioned_docs/version-1.0
- api
- core/utcp
- exceptions
- implementations
- post_processors
- plugins
- plugins/communication_protocols
- cli/src/utcp_cli
- http/src/utcp_http
- mcp/src/utcp_mcp
- protocols
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+10950
-708
lines changedLines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
13 | 27 | | |
14 | 28 | | |
Lines changed: 49 additions & 0 deletions
| 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 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
Lines changed: 48 additions & 0 deletions
| 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 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 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 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
13 | 44 | | |
14 | 45 | | |
15 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
96 | 106 | | |
97 | 107 | | |
98 | 108 | | |
| |||
140 | 150 | | |
141 | 151 | | |
142 | 152 | | |
143 | | - | |
| 153 | + | |
144 | 154 | | |
145 | 155 | | |
146 | 156 | | |
| |||
154 | 164 | | |
155 | 165 | | |
156 | 166 | | |
157 | | - | |
| 167 | + | |
158 | 168 | | |
159 | 169 | | |
160 | 170 | | |
| |||
0 commit comments