Skip to content

Commit d6dc0ab

Browse files
Import "Build an LLM-powered chatbot" quickstart guide (modelcontextprotocol#1550)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6cd75c6 commit d6dc0ab

File tree

10 files changed

+703
-2
lines changed

10 files changed

+703
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"updateInternalDependencies": "patch",
1010
"ignore": [
1111
"@modelcontextprotocol/examples-client",
12+
"@modelcontextprotocol/examples-client-quickstart",
1213
"@modelcontextprotocol/examples-server",
1314
"@modelcontextprotocol/examples-server-quickstart",
1415
"@modelcontextprotocol/examples-shared"

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ pnpm-lock.yaml
1212
# Ignore generated files
1313
src/spec.types.ts
1414

15-
# Quickstart example uses 2-space indent to match ecosystem conventions
15+
# Quickstart examples uses 2-space indent to match ecosystem conventions
16+
examples/client-quickstart/
1617
examples/server-quickstart/

0 commit comments

Comments
 (0)