Skip to main content
Glama
ProjectPackageAnalysis.cs502 B
namespace NetContextClient.Models; /// <summary> /// Model for package analysis results grouped by project /// </summary> public class ProjectPackageAnalysis { /// <summary> /// Gets or sets the path to the project file being analyzed. /// </summary> public string ProjectPath { get; set; } = string.Empty; /// <summary> /// Gets or sets the list of package analysis results for this project. /// </summary> public List<PackageAnalysis> Packages { get; set; } = []; }

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/willibrandon/NetContextServer'

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