chore: remove .coverage file and update .gitignore to exclude coverage files

- Deleted the .coverage file to clean up the repository.
- Updated .gitignore to ensure .coverage and .coverage.* files are ignored in future commits.
- Revised README.md to enhance clarity and conciseness regarding the library's capabilities and performance.
- Improved documentation for the MCP server, emphasizing its expanded functionality and integration with clients.
This commit is contained in:
Pratik Bhadane
2026-03-24 12:49:17 +05:30
parent b66b05682e
commit 58a1dc2308
11 changed files with 2145 additions and 1627 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ a Python technical analysis library.
`docs/agentic.md <https://github.com/pratikbhadane24/ferro-ta/blob/main/docs/agentic.md>`_.
* - MCP server
- Experimental or adjacent
- Exposes selected ferro-ta capabilities to MCP-compatible clients. See
- FastMCP-based server exposing selected ferro-ta capabilities to
MCP-compatible clients. See
`docs/mcp.md <https://github.com/pratikbhadane24/ferro-ta/blob/main/docs/mcp.md>`_.
* - WASM package
- Experimental