Skip to main content
Glama
devlimelabs

MCP Environment & Installation Manager

by devlimelabs

get-watcher-config

Retrieve and manage watcher configurations within the MCP Environment & Installation Manager for streamlined environment setup and server monitoring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The complete registration and handler implementation for the 'get-watcher-config' tool. It takes no input parameters and returns the watchers section of the installation configuration as a JSON string in a text content response.
    server.tool( "get-watcher-config", {}, async (_, extra) => { const config = configService.getInstallationConfig(); return { content: [ { type: "text", text: JSON.stringify({ watchers: config.watchers }, null, 2) } ] }; } );
  • src/server.ts:34-34 (registration)
    Top-level registration call to registerWatcherTools, which includes the get-watcher-config tool among watcher management tools.
    registerWatcherTools(server, configService, watcherService);

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devlimelabs/mcp-env-manager-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server