Skip to main content
Glama

powerbi-tabular-mcp

LogEvents.cs582 B
using Microsoft.Extensions.Logging; namespace pbi_local_mcp.Resources; /// <summary> /// Central EventId catalog for structured logging to avoid scattered literals. /// Add new events here when introducing additional logging categories. /// </summary> internal static class LogEvents { // Resource provider events (1100-1199 reserved) internal static readonly EventId ResourceRequest = new(1100, "ResourceRequest"); internal static readonly EventId CacheMiss = new(1102, "CacheMiss"); internal static readonly EventId ResourceError = new(1105, "ResourceError"); }

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/jonaolden/tabular-mcp'

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