Join us

ContentUpdates and recent posts about FastMCP..
Story Trending
@laura_garcia shared a post, 2ย weeks, 3ย days ago
Software Developer, RELIANOID

๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐—ฎ๐˜ ๐—Ÿ๐—ผ๐—ป๐—ฑ๐—ผ๐—ป ๐—ง๐—ฒ๐—ฐ๐—ต ๐—ช๐—ฒ๐—ฒ๐—ธ ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ

๐Ÿš€ ๐—๐—ผ๐—ถ๐—ป ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐—— ๐—ฎ๐˜ ๐—Ÿ๐—ผ๐—ป๐—ฑ๐—ผ๐—ป ๐—ง๐—ฒ๐—ฐ๐—ต ๐—ช๐—ฒ๐—ฒ๐—ธ ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ ๐Ÿ“… June 8โ€“12, 2026 ๐Ÿ“ London, United Kingdom London Tech Week brings together innovators, enterprises, startups, investors, and technology leaders to explore the future of AI, cybersecurity, cloud infrastructure, digital transformation, and emerging technologi..

london_tech_week_2026_june_relianoid
ย Activity
@work4bots started using tool Spring , 2ย weeks, 5ย days ago.
ย Activity
@work4bots started using tool Helm , 2ย weeks, 5ย days ago.
ย Activity
@work4bots started using tool Azure Pipelines , 2ย weeks, 5ย days ago.
ย Activity
@work4bots started using tool Azure Kubernetes Service (AKS) , 2ย weeks, 5ย days ago.
ย Activity
@work4bots started using tool Azure , 2ย weeks, 5ย days ago.
ย Activity
@work4bots added a new tool Bicep , 2ย weeks, 5ย days ago.
Story FAUN.dev() Team
@eon01 shared a post, 2ย weeks, 5ย days ago
Founder, FAUN.dev

AWX in Action is out, and there's a course

#red hat...ย  #ansibleย  #Towerย  #AWXย 
Ansible AWX

"AWX in Action: Ansible Orchestration at Scale" is now available in print and ebook. It covers running AWX on Kubernetes for real, not a sandbox demo that falls over the moment you add a second execution node.

AWX in Action - Ansible Orchestration at Scale
Link
@varbear shared a link, 2ย weeks, 5ย days ago
FAUN.dev()

GitHub breach: The development ecosystem is in the hot seat

GitHub is reeling from an infrastructure breach by TeamPCP, highlighting the vulnerability of developer environments. Privileged access was achieved not through traditional perimeter exploitation, but by targeting trusted developer tools like IDE extensions. This incident serves as a stark reminder .. read more ย 

GitHub breach: The development ecosystem is in the hot seat
Link
@varbear shared a link, 2ย weeks, 5ย days ago
FAUN.dev()

When Code Becomes Cheap, What's Left?

Teams that use Claude Opus 4.6 for spec-driven development generate code at low cost, so they spend scarce developer time on review and QA. Developers create more value by judging code than by typing it... read more ย 

When Code Becomes Cheap, What's Left?
FastMCP is an open-source Python framework designed to simplify the development of Model Context Protocol servers. It allows developers to define MCP components such as tools, resources, and prompts using decorators, and to organize them through a modular architecture built around providers and transforms. Providers determine where components originate, including local code, directories, OpenAPI specifications, or remote MCP servers. Transforms modify components as they flow to clients, enabling namespacing, filtering, versioning, and visibility control.

The framework supports component versioning, per-component authorization, and middleware for cross-cutting concerns such as authentication and logging. It includes a built-in command-line interface for listing, calling, discovering, and installing MCP servers. FastMCP also supports session-scoped state, background task execution, OpenTelemetry tracing, pagination for large component sets, and transport options including stdio and HTTP-based protocols.

FastMCP is intended for developers building agent-compatible backends and structured tool interfaces for large language model systems that implement the Model Context Protocol.