Add Handbook.md benchmark tasks

This commit is contained in:
DerekSurge
2026-06-24 12:44:34 -07:00
commit 72f9a65917
1800 changed files with 323589 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[build-system]
build-backend = "uv_build"
requires = [ "uv-build>=0.9.6,<0.10" ]
[project]
name = "jira-mock"
version = "1.0.0"
description = "Mock Jira MCP Server for testing and development"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = [
"fastmcp>=3,<4",
"pydantic[email]>=2.12.5",
"starlette>=0.50",
"uvicorn>=0.38",
]
scripts.jira-mock = "jira_mock:main"