Files
QuanTAlib/.roo/mcp.json
T
Miha Kralj 92709ef2ed Add Stochastic Oscillator implementation and validation tests
- Implemented Stochastic Oscillator (%K and %D) in Stoch.cs with streaming and batch processing capabilities.
- Added validation tests for the Stochastic Oscillator in Stoch.Validation.Tests.cs, ensuring consistency with Skender.Stock.Indicators.
- Created documentation for the Stochastic Oscillator in Stoch.md, detailing its mathematical formula, architecture, parameters, and common pitfalls.
- Updated project file to include necessary numeric libraries for highest and lowest calculations.
2026-02-12 14:29:54 -08:00

30 lines
486 B
JSON

{
"mcpServers": {
"dotnet-semantic-mcp": {
"command": "dotnet-semantic-mcp",
"args": [],
"cwd": "${workspaceFolder}",
"alwaysAllow": [
"map",
"scan_list",
"symbol",
"source",
"metrics",
"hierarchy",
"deps",
"attrs",
"diff",
"prepare_change",
"code_security",
"nuget_vulnerabilities",
"__unlock_csharp_analysis__",
"refs",
"search",
"explore",
"diag",
"understand"
],
"disabled": false
}
}
}