·building-mcp-servers
</>

building-mcp-servers

mhagrelius/dotfiles

Use when building MCP servers in TypeScript, Python, or C#; when implementing tools, resources, or prompts; when configuring Streamable HTTP transport; when migrating from SSE; when adding OAuth authentication; when seeing MCP protocol errors

14Installs·0Trend·@mhagrelius

Installation

$npx skills add https://github.com/mhagrelius/dotfiles --skill building-mcp-servers

SKILL.md

Reference guide for Model Context Protocol server development (January 2026). Covers TypeScript, Python, and C# implementations with Streamable HTTP transport.

| TypeScript | @modelcontextprotocol/sdk | 1.25.1 | StreamableHTTPServerTransport | | Python | mcp | 1.25.0 | transport="streamable-http" | | C# | ModelContextProtocol.AspNetCore | 0.6.0-preview | .WithHttpTransport() |

| stdio | Supported | Local/CLI (Claude Desktop, Cursor) | | Streamable HTTP | Recommended | Remote servers, production | | SSE | Deprecated | Legacy only |

Use when building MCP servers in TypeScript, Python, or C#; when implementing tools, resources, or prompts; when configuring Streamable HTTP transport; when migrating from SSE; when adding OAuth authentication; when seeing MCP protocol errors Source: mhagrelius/dotfiles.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mhagrelius/dotfiles --skill building-mcp-servers
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is building-mcp-servers?

Use when building MCP servers in TypeScript, Python, or C#; when implementing tools, resources, or prompts; when configuring Streamable HTTP transport; when migrating from SSE; when adding OAuth authentication; when seeing MCP protocol errors Source: mhagrelius/dotfiles.

How do I install building-mcp-servers?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mhagrelius/dotfiles --skill building-mcp-servers Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mhagrelius/dotfiles