II.
LibraryProcess overview
Reference · livelib-process:cli-mcp-development--mcp-server-bootstrap
specializations/cli-mcp-development/mcp-server-bootstrap overview
MCP Server Bootstrap - Create a new MCP server with transport configuration, capability declarations, and basic tool/resource structure following the Model Context Protocol specification.
Attributes
displayName
specializations/cli-mcp-development/mcp-server-bootstrap
description
MCP Server Bootstrap - Create a new MCP server with transport configuration, capability declarations,
and basic tool/resource structure following the Model Context Protocol specification.
libraryPath
library/specializations/cli-mcp-development/mcp-server-bootstrap.js
specialization
cli-mcp-development
references
- - MCP Quickstart: https://modelcontextprotocol.io/docs/quickstart
- - TypeScript SDK: https://github.com/modelcontextprotocol/typescript-sdk
- - MCP Specification: https://spec.modelcontextprotocol.io/
example
const result = await orchestrate('specializations/cli-mcp-development/mcp-server-bootstrap', {
projectName: 'filesystem-mcp',
language: 'typescript',
transport: 'stdio',
capabilities: ['tools', 'resources'],
serverName: 'filesystem-server'
});
usesAgents
- mcp-protocol-expert
- mcp-tool-documenter
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:sdk-api-design·WorkflowSDK / API Design
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area3
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:mcp-server-implementation·SkillAreaMCP Server Implementation
- skill-area:mcp-tool-design·SkillAreaMCP Tool Design
uses_agent2
- lib-agent:cli-mcp-development--mcp-protocol-expert·LibraryAgentmcp-protocol-expert
- lib-agent:cli-mcp-development--mcp-tool-documenter·LibraryAgentmcp-tool-documenter
Incoming edges
None.