mirror of
https://github.com/run-llama/mcp_resume_screening.git
synced 2026-06-30 21:57:58 -04:00
12 lines
260 B
TOML
12 lines
260 B
TOML
[project]
|
|
name = "mcp-on-cloudrun"
|
|
version = "0.1.0"
|
|
description = "Example of deploying a MCP server on Cloud Run"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"fastmcp==2.6.1",
|
|
"httpx>=0.27.0",
|
|
"llama-cloud>=0.1.26",
|
|
"llama-index>=0.12.43",
|
|
]
|