using pbi_local_mcp.Resources;
/// <summary>
/// Entry point for the Power BI Model Context Protocol application
/// </summary>
public static partial class Program
{
/// <summary>
/// Main entry point for the application
/// </summary>
/// <param name="args">Command line arguments</param>
public static Task Main(string[] args) =>
ServerConfigurator.RunServerAsync(args);
}
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