mirror of
https://github.com/saidsurucu/borsa-mcp.git
synced 2026-04-26 07:45:53 +03:00
[PR #2] [MERGED] Models refactor #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/borsa-mcp#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:models-refactor📝 Commits (2)
861576drefactor modelscbb5306fix models📊 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.