Conversation
| UTCP v1.0 introduces significant architectural improvements: | ||
|
|
||
| - **Plugin Architecture**: Core functionality split into pluggable components for better modularity | ||
| - **Enhanced Data Models**: Improved Pydantic models with comprehensive validation |
Contributor
There was a problem hiding this comment.
Pydantic is Python-specific; clarify that this improvement refers to the Python reference implementation.
Prompt for AI agents
Address the following comment on README.md at line 21:
<comment>Pydantic is Python-specific; clarify that this improvement refers to the Python reference implementation.</comment>
<file context>
@@ -7,10 +7,23 @@ This repository contains the official specification documentation for the Univer
+UTCP v1.0 introduces significant architectural improvements:
+
+- **Plugin Architecture**: Core functionality split into pluggable components for better modularity
+- **Enhanced Data Models**: Improved Pydantic models with comprehensive validation
+- **Multiple Protocol Support**: HTTP, CLI, WebSocket, Text, and MCP protocols via plugins
+- **Advanced Authentication**: Expanded authentication options including API key, OAuth, and custom auth
</file context>
Suggested change
| - **Enhanced Data Models**: Improved Pydantic models with comprehensive validation | |
| - **Enhanced Data Models**: Improved Pydantic (Python) models with comprehensive validation |
| - RubyGems | ||
| - Bundler | ||
| - Node.js version 18.0 or higher | ||
| - npm or yarn package manager |
Contributor
There was a problem hiding this comment.
Specify a single package manager to avoid lockfile conflicts; the repo includes an npm lockfile, so recommend npm.
Prompt for AI agents
Address the following comment on README.md at line 72:
<comment>Specify a single package manager to avoid lockfile conflicts; the repo includes an npm lockfile, so recommend npm.</comment>
<file context>
@@ -28,15 +41,35 @@ When contributing, please follow these guidelines:
-- RubyGems
-- Bundler
+- Node.js version 18.0 or higher
+- npm or yarn package manager
### Setup
</file context>
Suggested change
| - npm or yarn package manager | |
| - npm (recommended; lockfile provided) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Updates docs and examples to UTCP v1.0 naming and tooling. Replaces legacy “provider” terminology and register_tool_provider with “protocol” docs and register_manual, adds install/migration info, and switches local docs to Docusaurus (Node/npm).
Refactors
Migration