@statuz/mcp-server
v0.5.0
Published
MCP Server for the Statuz AI Agent Runtime Status Protocol
Maintainers
Readme
@statuz/mcp-server
Model Context Protocol (MCP) server for the Statuz AI Agent Runtime Status Protocol.
Overview
This MCP server enables AI agents to interact with Statuz files through the Model Context Protocol. It provides tools for reading, writing, and validating agent status information.
Installation
npm install @statuz/mcp-serverUsage
Start the MCP server:
statuz-mcpOr use as a library:
import { StatuzMCPServer } from '@statuz/mcp-server';
const server = new StatuzMCPServer();
server.start();Available Tools
statuz_read: Read a statuz file and return its contentsstatuz_validate: Validate a statuz file against the schemastatuz_write: Write data to a statuz file
License
Apache-2.0
