#mcp
4 articles tagged with “mcp”
- ·5 min read·framework
Building Agent-Safe Angular Components: Defeating LLM Hallucinations with MCP
Learn how to build agent-safe angular components using Model Context Protocol (MCP). Stop LLM hallucinations and enforce strict architectural patterns in AI-driven Angular development.
- ·5 min read·tutorial
Secure MCP Server Implementation: Exposing SaaS APIs to AI Agents Safely
Learn how to build a secure mcp server implementation in TypeScript. Control authentication, restrict access, and enforce server-side guardrails for AI agents.
- ·7 min read·framework
TypeScript MCP Agent Framework: A Production Guide
Build a lightweight MCP agent framework in TypeScript using native JSON-RPC and stdio — no bloated SDKs, no framework tax.
- ·4 min read·tutorial
Stop Scraping, Start Serving: A Guide to Model Context Protocol Next.js Integration
Tired of LLM bots scraping your Next.js site? Learn how to build a native Model Context Protocol (MCP) server inside your Next.js App Router to serve structured data directly to AI agents.