McpHelper.Core
1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package McpHelper.Core --version 1.0.1
NuGet\Install-Package McpHelper.Core -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="McpHelper.Core" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="McpHelper.Core" Version="1.0.1" />
<PackageReference Include="McpHelper.Core" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add McpHelper.Core --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: McpHelper.Core, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package McpHelper.Core@1.0.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=McpHelper.Core&version=1.0.1
#tool nuget:?package=McpHelper.Core&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
McpHelper.Core
MCP Helper 核心库 - ASP.NET Core 中间件,用于公开程序信息查询接口。
功能
- MCP Server 支持
- API Key、数据库和 JWT 认证
- 程序信息查询接口
- 健康检查与指标
安装
dotnet add package McpHelper.Core
使用
builder.Services.AddMcpHelper();
app.MapMcpHelper();
许可证
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- ModelContextProtocol.AspNetCore (>= 1.2.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on McpHelper.Core:
| Package | Downloads |
|---|---|
|
McpHelper.PostgreSQL
McpHelper PostgreSQL 数据库认证扩展 |
|
|
McpHelper.SQLite
McpHelper SQLite 数据库认证扩展 |
GitHub repositories
This package is not used by any popular GitHub repositories.