[PR #2] [MERGED] Models refactor #3

Closed
opened 2026-03-04 02:08:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/saidsurucu/borsa-mcp/pull/2
Author: @saidsurucu
Created: 6/30/2025
Status: Merged
Merged: 6/30/2025
Merged by: @saidsurucu

Base: mainHead: models-refactor


📝 Commits (2)

📊 Changes

20 files changed (+2024 additions, -11 deletions)

View changed files

📝 borsa_client.py (+1 -1)
📝 borsa_mcp_server.py (+3 -3)
models/__init__.py (+175 -0)
models/base.py (+34 -0)
models/btcturk_models.py (+268 -0)
models/calendar_models.py (+70 -0)
models/coinbase_models.py (+249 -0)
models/dovizcom_models.py (+74 -0)
models/kap_models.py (+89 -0)
models/mynet_models.py (+153 -0)
models/regulation_models.py (+18 -0)
models/tefas_models.py (+351 -0)
models/yfinance_models.py (+532 -0)
📝 providers/btcturk_provider.py (+1 -1)
📝 providers/coinbase_provider.py (+1 -1)
📝 providers/dovizcom_provider.py (+1 -1)
📝 providers/kap_provider.py (+1 -1)
📝 providers/mynet_provider.py (+1 -1)
📝 providers/yahoo_calendar_provider.py (+1 -1)
📝 providers/yfinance_provider.py (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/saidsurucu/borsa-mcp/pull/2 **Author:** [@saidsurucu](https://github.com/saidsurucu) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@saidsurucu](https://github.com/saidsurucu) **Base:** `main` ← **Head:** `models-refactor` --- ### 📝 Commits (2) - [`861576d`](https://github.com/saidsurucu/borsa-mcp/commit/861576d3d2e03f00926ea7309dc45306ccbb1188) refactor models - [`cbb5306`](https://github.com/saidsurucu/borsa-mcp/commit/cbb5306996370bc4cdae2bbee38d7e408c8aae1a) fix models ### 📊 Changes **20 files changed** (+2024 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `borsa_client.py` (+1 -1) 📝 `borsa_mcp_server.py` (+3 -3) ➕ `models/__init__.py` (+175 -0) ➕ `models/base.py` (+34 -0) ➕ `models/btcturk_models.py` (+268 -0) ➕ `models/calendar_models.py` (+70 -0) ➕ `models/coinbase_models.py` (+249 -0) ➕ `models/dovizcom_models.py` (+74 -0) ➕ `models/kap_models.py` (+89 -0) ➕ `models/mynet_models.py` (+153 -0) ➕ `models/regulation_models.py` (+18 -0) ➕ `models/tefas_models.py` (+351 -0) ➕ `models/yfinance_models.py` (+532 -0) 📝 `providers/btcturk_provider.py` (+1 -1) 📝 `providers/coinbase_provider.py` (+1 -1) 📝 `providers/dovizcom_provider.py` (+1 -1) 📝 `providers/kap_provider.py` (+1 -1) 📝 `providers/mynet_provider.py` (+1 -1) 📝 `providers/yahoo_calendar_provider.py` (+1 -1) 📝 `providers/yfinance_provider.py` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-03-04 02:08:31 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/borsa-mcp#3
No description provided.