﻿============================================================
  SENIN TUM REPOLARIN
============================================================

  Toplam repo sayisi: 29

  [ACIK] iamseyhmus7/GitHub-Autopilot                  | Python       | 0 yildiz
  [ACIK] iamseyhmus7/awesome-mcp-servers               | ---          | 0 yildiz
  [ACIK] iamseyhmus7/servers                           | TypeScript   | 0 yildiz
  [ACIK] iamseyhmus7/mcp-web-scraper                   | Python       | 0 yildiz
  [ACIK] iamseyhmus7/mcp-tcmb-exchange                 | Python       | 0 yildiz
  [ACIK] iamseyhmus7/Breaking-News-Chatbot-RAG-GPT-2-Large--Final-Project | Python       | 1 yildiz
  [ACIK] iamseyhmus7/Multi-Agent-Search-System-Travel-Planner | Dart         | 1 yildiz
  [ACIK] iamseyhmus7/e-ticaretarkadasim-ai-powered-ecommerce-analytics | Python       | 2 yildiz
  [ACIK] iamseyhmus7/multi-llm-chat                    | ---          | 0 yildiz
  [ACIK] iamseyhmus7/code_snippets                     | ---          | 1 yildiz
  [ACIK] iamseyhmus7/HTML                              | HTML         | 1 yildiz
  [ACIK] iamseyhmus7/Turkish-Summarization             | Python       | 1 yildiz
  [ACIK] iamseyhmus7/Chathistoryprojesi                | Python       | 1 yildiz
  [OZEL] iamseyhmus7/google-t5-v1_1-base-modelini-kullanarak-T-rk-e-Metin-retimi | Python       | 1 yildiz
  [ACIK] iamseyhmus7/Yuz-Tanima-ile-Yoklama-Alan-AI-Projesi | HTML         | 1 yildiz
  [ACIK] iamseyhmus7/Summarizationapp                  | Python       | 1 yildiz
  [ACIK] iamseyhmus7/DOCKER                            | Python       | 1 yildiz
  [ACIK] iamseyhmus7/FineTuningTransformers            | Jupyter Notebook | 1 yildiz
  [ACIK] iamseyhmus7/DEEP_LEARNING_PROJECT             | Jupyter Notebook | 1 yildiz
  [ACIK] ayseturan02/hukuk_randevu                     | Blade        | 0 yildiz
  [ACIK] iamseyhmus7/ML_PROJECT                        | Python       | 1 yildiz
  [ACIK] iamseyhmus7/CNN-conv2d-relu-POOL              | Jupyter Notebook | 1 yildiz
  [ACIK] iamseyhmus7/opencv_ile_yoklamaAlma            | Python       | 1 yildiz
  [ACIK] iamseyhmus7/NLP-Live                          | ---          | 2 yildiz
  [ACIK] iamseyhmus7/py                                | ---          | 2 yildiz
  [ACIK] iamseyhmus7/nlp-tutorials                     | ---          | 2 yildiz
  [ACIK] iamseyhmus7/NLP-ile-model-s-n-fland-rma       | Python       | 2 yildiz
  [ACIK] iamseyhmus7/el-yazisi-rakamlarin-siniflandirilmasi | Python       | 2 yildiz
  [OZEL] Burakblm/text-classification-model            | PureBasic    | 0 yildiz

============================================================
  ORNEK: GitHub-Autopilot REPOSUNUN TUM DOSYALARI
============================================================

  Toplam dosya/dizin: 30

  [DIR ] .agent
  [DIR ] .agent/rules
  [FILE] .agent/rules/github-api-rules.md
  [FILE] .agent/rules/mcp-protocol.md
  [FILE] .agent/rules/python-style.md
  [DIR ] .agent/skills
  [DIR ] .agent/skills/github-mcp
  [FILE] .agent/skills/github-mcp/SKILL.md
  [DIR ] .agent/workflows
  [FILE] .agent/workflows/add-tool.md
  [FILE] .agent/workflows/publish-to-pypi.md
  [FILE] .env.example
  [FILE] .gitignore
  [FILE] AGENTS.MD
  [FILE] Pyproject.TOML
  [FILE] README.md
  [FILE] smithery.yaml
  [DIR ] src
  [DIR ] src/mcp_github_advanced
  [FILE] src/mcp_github_advanced/__init__.py
  [FILE] src/mcp_github_advanced/__main__.py
  [FILE] src/mcp_github_advanced/auth.py
  [FILE] src/mcp_github_advanced/cache.py
  [FILE] src/mcp_github_advanced/github.py
  [FILE] src/mcp_github_advanced/server.py
  [DIR ] tests
  [FILE] tests/conftest.py
  [FILE] tests/test_auth.py
  [FILE] tests/test_github.py
  [FILE] tests/test_server.py

============================================================
  ORNEK: server.py DOSYASININ ILGISI
============================================================

  Python dosya sayisi: 10
    - src/mcp_github_advanced/__init__.py (85 byte)
    - src/mcp_github_advanced/__main__.py (152 byte)
    - src/mcp_github_advanced/auth.py (7901 byte)
    - src/mcp_github_advanced/cache.py (6072 byte)
    - src/mcp_github_advanced/github.py (23015 byte)
    - src/mcp_github_advanced/server.py (21331 byte)
    - tests/conftest.py (6704 byte)
    - tests/test_auth.py (10324 byte)
    - tests/test_github.py (13613 byte)
    - tests/test_server.py (11350 byte)

  server.py ilk 20 satir:
      1 | """server.py ù 14 GitHub arac²n² MCP protokol³ ³zerinden sunan ana sunucu.
      2 | 
      3 | Low-level mcp.server.Server kullan²r (FastMCP DEº¦L), stdio transport ile al²■²r.
      4 | Her ara list_tools() iinde tan²mlan²r ve call_tool() ³zerinden y÷nlendirilir.
      5 | 
      6 | Aralar ■u ■ekilde grupland²r²lm²■t²r:
