docs: add getting started guide for building UCP servers - #645
Draft
damaz91 wants to merge 9 commits into
Draft
Conversation
… guide Fixes a syntax error (Python comment in TS block) and adds missing Express server startup code to make the Node.js example runnable. TAG=agy CONV=867f757c-56a2-4920-b01b-bdc6da20e369
damaz91
force-pushed
the
docs-getting-started
branch
from
July 29, 2026 12:26
ac31bbc to
0de8aed
Compare
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.
Description
This PR adds a new "Getting Started" section to the UCP documentation site (in the "Specification" section), providing a step-by-step guide for developers to build core UCP endpoints (Create Checkout and Get Checkout) using either the Python SDK (FastAPI) or the Node.js/TypeScript SDK (Express).
Key features of this guide:
Category (Required)
ucp-schematool (resolver, linter, validator). (Requires Maintainer approval)Related Issues
None.
Checklist
!for breaking changes).Screenshots / Logs (if applicable)