SShortSingh.
Back to feed

Developer Releases FleetWatch and MCP Blackbox to Monitor AI Agent Tool Servers

0
·4 views

A developer has open-sourced two lightweight tools — FleetWatch and MCP Blackbox — designed to address the lack of observability infrastructure for Model Context Protocol (MCP) servers used by AI agents. FleetWatch monitors registered MCP servers on a schedule, tracking uptime, latency, and response correctness, and sends alerts when a server fails or degrades. MCP Blackbox acts as a recording proxy that captures full request and response payloads for MCP traffic, permanently retaining data around failure events while pruning routine logs to manage storage costs. Both tools are built with TypeScript, NestJS, and Next.js, communicate over WebSockets, and are designed to integrate with each other — FleetWatch flags the failure while Blackbox stores the diagnostic trace. The projects are publicly available on GitHub and can be run independently or together as a paired monitoring and debugging solution.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How to Fairly Split Shared Kubernetes Costs Across Engineering Teams

Managing cost attribution in shared infrastructure like Kubernetes clusters is a growing challenge for engineering organizations, especially those with more than 50 engineers. Dr. Samson Tanimawo outlines a four-level framework ranging from no attribution to full charge-back, where team budgets are actually debited for their cloud usage. For shared services used across teams, costs can be distributed by equal split, usage-based allocation, or absorbed centrally, depending on the service's share of total spend. Untagged resources — often around 20% of total spend — should be assigned to a platform team to incentivize proper tagging discipline. Experience shows that after three months of cost visibility reporting, most teams voluntarily reduce waste by 15 to 25 percent.

0
ProgrammingDEV Community ·

How your robots.txt file silently blocks AI tools from ever citing your site

A website's robots.txt file determines whether AI platforms like ChatGPT, Claude, and Perplexity can cite it in answers, yet most sites configure this file without fully understanding the consequences. There is a key distinction between training crawlers, such as GPTBot and ClaudeBot, and retrieval agents like OAI-SearchBot and PerplexityBot — blocking the latter permanently removes a site from AI-generated citations. A 2024–2025 wave of blanket AI bot blocking led many publishers to inadvertently restrict both types, with audits finding major outlets including the New York Times, Reuters, and Wired allowing fewer than three of seven retrieval agents. CDN providers like Cloudflare can also silently inject rules into the served robots.txt file that contradict or override a site owner's own settings, sometimes even adding legal declarations the owner never authored. Experts recommend running a simple curl check on your live robots.txt to identify unintended blocks and ensure retrieval agents are explicitly permitted if AI citation visibility is a goal.

0
ProgrammingDEV Community ·

How to Fairly Split Shared Kubernetes Costs Across Engineering Teams

Managing cost attribution in shared cloud infrastructure like Kubernetes clusters is a common challenge for growing engineering organizations, according to a guide by Dr. Samson Tanimawo. The framework outlines four maturity levels, from no attribution at small scale to full charge-back systems where team budgets are actually debited. Visibility-first approaches, such as monthly show-back reports, can prompt teams to voluntarily cut 15–25% of wasteful spending within three months. Special cases like shared services, burst workloads, and untagged resources each require specific handling strategies to avoid internal conflict. Assigning untagged cloud spend to a platform team is recommended as a fast way to enforce proper resource tagging across the organization.

0
ProgrammingDEV Community ·

Why a Portfolio Matters for Every Tech Professional, Not Just Designers

A professional portfolio is increasingly considered essential for all technology roles, including developers, data scientists, product managers, and QA engineers, not just designers. While resumes and cover letters provide a brief snapshot of qualifications, they rarely have space to explain the reasoning, challenges, and impact behind a candidate's work. A portfolio fills that gap by showcasing problem-solving approaches, decision-making processes, and measurable outcomes in depth. Hosted online, it can be discovered through platforms like LinkedIn, GitHub, or search engines, creating a lasting professional impression. It can include case studies, blog posts, open-source contributions, certifications, and speaking engagements, effectively serving as a personal brand beyond the traditional job application.