II.
LibraryProcess overview
Reference · livelib-process:cli-mcp-development--mcp-tool-implementation
specializations/cli-mcp-development/mcp-tool-implementation overview
MCP Tool Implementation - Design and implement a new MCP tool with JSON Schema validation, execution logic, error handling, and comprehensive documentation for AI consumption.
Attributes
displayName
specializations/cli-mcp-development/mcp-tool-implementation
description
MCP Tool Implementation - Design and implement a new MCP tool with JSON Schema validation,
execution logic, error handling, and comprehensive documentation for AI consumption.
libraryPath
library/specializations/cli-mcp-development/mcp-tool-implementation.js
specialization
cli-mcp-development
references
- - MCP Tools Concept: https://modelcontextprotocol.io/docs/concepts/tools
- - JSON Schema: https://json-schema.org/
example
const result = await orchestrate('specializations/cli-mcp-development/mcp-tool-implementation', {
projectName: 'file-ops-mcp',
toolName: 'read_file',
toolDescription: 'Read contents of a file at the specified path',
inputSchema: {
type: 'object',
properties: {
path: { type: 'string', description: 'Absolute path to the file' }
},
required: ['path']
}
});
usesAgents
- mcp-tool-designer
- mcp-testing-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_agent3
- lib-agent:cli-mcp-development--mcp-tool-designer·LibraryAgentmcp-tool-designer
- lib-agent:cli-mcp-development--mcp-testing-expert·LibraryAgentmcp-testing-expert
- lib-agent:cli-mcp-development--mcp-tool-documenter·LibraryAgentmcp-tool-documenter
Incoming edges
None.