Loading src/McpBase.McpServer/Program.cs +1 −0 Original line number Diff line number Diff line using McpBase.McpServer.Tools; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; Loading src/McpBase.McpServer/Tools/RandomNumberTools.cs +2 −0 Original line number Diff line number Diff line using System.ComponentModel; using ModelContextProtocol.Server; namespace McpBase.McpServer.Tools; /// <summary> /// Sample MCP tools for demonstration purposes. /// These tools can be invoked by MCP clients to perform various operations. Loading Loading
src/McpBase.McpServer/Program.cs +1 −0 Original line number Diff line number Diff line using McpBase.McpServer.Tools; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; Loading
src/McpBase.McpServer/Tools/RandomNumberTools.cs +2 −0 Original line number Diff line number Diff line using System.ComponentModel; using ModelContextProtocol.Server; namespace McpBase.McpServer.Tools; /// <summary> /// Sample MCP tools for demonstration purposes. /// These tools can be invoked by MCP clients to perform various operations. Loading