Skip to main content
Glama

microsandbox

by microsandbox
README.md1.11 kB
# Microsandbox F# SDK A minimal F# SDK for the Microsandbox project. ## Installation ```bash dotnet add package Microsandbox.FSharp ``` Or via the NuGet Package Manager: ```bash Install-Package Microsandbox.FSharp ``` ## Usage ```fsharp open Microsandbox // Print a greeting let message = Greeter.greet "World" printfn "%s" message ``` ## Development ### Setup ```bash # Clone the repository git clone https://github.com/yourusername/monocore.git cd monocore/sdk/fsharp # Restore dependencies dotnet restore ``` ### Running Tests ```bash dotnet test ``` ### Building the Package ```bash dotnet build --configuration Release ``` ### Publishing to NuGet 1. Create an API key on [NuGet](https://www.nuget.org/) 2. Create a NuGet package: ```bash dotnet pack --configuration Release ``` 3. Publish to NuGet: ```bash dotnet nuget push bin/Release/Microsandbox.FSharp.0.0.1.nupkg --api-key YOUR_API_KEY --source https://api.nuget.org/v3/index.json ``` Make sure you have registered for an account on [NuGet.org](https://www.nuget.org/) and have created an API key. ## License [MIT](LICENSE)

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/microsandbox/microsandbox'

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