iiRecord
Agentic AI Atlas · mcp-mock-client
lib-skill:cli-mcp-development--mcp-mock-clienta5c.ai
II.
LibrarySkill JSON

lib-skill:cli-mcp-development--mcp-mock-client

Structured · live

mcp-mock-client json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:cli-mcp-development--mcp-mock-client",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "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\n\nCreate mock MCP client for server testing.\n\n## Generated Patterns\n\n```typescript\nimport { Client } from '@modelcontextprotocol/sdk/client/index.js';\nimport { StdioClientTransport } from '@modelcontextprotocol/sdk/client/stdio.js';\nimport { spawn } from 'child_process';\n\n"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:cli-mcp-development--mcp-mock-client",
      "to": "skill-area:mcp-server-implementation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--mcp-mock-client",
      "to": "skill-area:agent-simulation-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--mcp-mock-client",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--mcp-mock-client",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--mcp-mock-client",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--mcp-mock-client",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--mcp-mock-client",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--mcp-mock-client",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}