All checks were successful
Build and Push Docker Image / build (push) Successful in 39s
Add diagnostic logging to the MCP login tool handler: - Log whether username/password were provided explicitly - If falling back to config, log the resolved config path and whether it exists - This complements upstream scraper v0.6.18 credential diagnostics Bumps version to 0.2.1.
28 lines
646 B
TOML
28 lines
646 B
TOML
[project]
|
|
name = "schwab-mcp-custom"
|
|
version = "0.2.1"
|
|
description = "MCP server wrapping schwab-scraper"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"schwab-scraper @ git+ssh://gitea@git.local.ben.io/b3nw/schwab-scraper.git",
|
|
"mcp>=1.27.0",
|
|
"fastmcp>=0.4.1",
|
|
"starlette>=0.41.0",
|
|
"uvicorn>=0.32.0",
|
|
"aiohttp>=3.9.0",
|
|
"fastapi>=0.136.1",
|
|
"greenlet>=3.2.3",
|
|
"pdfplumber>=0.11.4",
|
|
"playwright>=1.54.0",
|
|
"pyee>=13.0.0",
|
|
"typing-extensions>=4.14.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.metadata]
|
|
allow-direct-references = true
|