docs(mcp-integration): add WebSocket server example#71
Conversation
Add missing ws-server.json example file to complete coverage of all 4 MCP server types documented in SKILL.md. Includes three example configurations demonstrating various WebSocket use cases with headers. Fixes #70 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @sjnims's task —— View job PR Review: WebSocket Server ExampleSummary✅ Looks good - This is a clean, well-structured documentation update that completes the MCP server example coverage. What's Good
Pattern ComparisonVerified against existing examples:
Note: The new file actually provides MORE examples than Checklist VerificationGeneral
Documentation
Markdown
Skills Component
Minor ObservationsNo issues found. The PR:
Recommendation: Approve and merge ✅ |
Description
Add missing
ws-server.jsonexample file to the mcp-integration skill's examples directory, completing coverage of all 4 MCP server types documented in SKILL.md.Type of Change
Component(s) Affected
Motivation and Context
The mcp-integration skill documents 4 MCP server types (stdio, SSE, HTTP, WebSocket) in SKILL.md, but the
examples/directory only contained 3 example files. This creates a completeness gap where users looking for a WebSocket example must extract it from the SKILL.md body rather than having a dedicated, well-commented example file.Fixes #70
How Has This Been Tested?
Test Configuration:
Test Steps:
markdownlinton SKILL.md - no errorsChecklist
General
Documentation
Markdown
markdownlintand fixed all issuesComponent-Specific Checks
Skills (if applicable)
references/subdirectoryAdditional Notes
The new
ws-server.jsonincludes three example configurations to match the depth of existing examples:realtime-service- Basic WebSocket with Bearer token authstreaming-data- WebSocket with API key and client ID headerslive-updates- WebSocket with custom connection headers🤖 Generated with Claude Code