II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--mcp-mock-client
mcp-mock-client overview
Create mock MCP client for server testing with request/response simulation.
Attributes
displayName
mcp-mock-client
description
Create mock MCP client for server testing with request/response simulation.
libraryPath
library/specializations/cli-mcp-development/skills/mcp-mock-client/SKILL.md
specialization
cli-mcp-development
contentSummary
# MCP Mock Client
Create mock MCP client for server testing.
## Generated Patterns
```typescript
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
import { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js';
import { spawn } from 'child_process';
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:feature-development·Workflow
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:mcp-server-implementation·SkillAreaMCP Server Implementation
- skill-area:agent-simulation-testing·SkillAreaAgent Simulation and Testing
Incoming edges
None.