Connect to Claude
Core Framework icon

Core Framework

Createdchadnpc

Provides a core framework for constructing MCP-compliant AI agents and tools using PowerShell.

About

Provides a foundational framework for building AI agents and tools compatible with the MCP protocol using PowerShell. It encompasses core protocol implementation, including JSON-RPC 2.0 compliant message classes and full MCP enumeration support, alongside robust session management with connection lifecycle management and asynchronous message queuing. The framework also features a transport layer for process-based and HTTP/SSE communication, type safety with JSON serialization/deserialization, and structured error handling.

Key Features

  • StdioClientTransport for process-based communication
  • JSON-RPC 2.0 compliant message classes
  • HttpClientTransport for HTTP/SSE streaming
  • Session management with connection lifecycle
  • 0 GitHub stars
  • Async message queuing and processing