We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oraios/serena'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•325 B
# F# Test Project
This is a test F# project for testing Serena's F# language support.
## Project Structure
- `Program.fs` - Main program entry point
- `Calculator.fs` - Calculator functions and types
- `Models/Person.fs` - Person and Employee data models
## Build
```bash
dotnet build
```
## Run
```bash
dotnet run
```