Skip to content

test: greet input-bound enforcement#23

Merged
heznpc merged 1 commit into
mainfrom
chore/p1-input-validation-tests
May 7, 2026
Merged

test: greet input-bound enforcement#23
heznpc merged 1 commit into
mainfrom
chore/p1-input-validation-tests

Conversation

@heznpc

@heznpc heznpc commented May 7, 2026

Copy link
Copy Markdown
Member

Verifies the Annotated[str, Field(min_length=1, max_length=200)] constraint actually rejects empty / oversized inputs by wrapping the bare async function with pydantic.validate_call (same path FastMCP uses).

@heznpc heznpc merged commit f7dc5cc into main May 7, 2026
7 checks passed
@heznpc heznpc deleted the chore/p1-input-validation-tests branch May 7, 2026 07:25
heznpc added a commit that referenced this pull request May 20, 2026
PR #23 accidentally committed a 53KB .coverage binary into main. Remove it
from tracking and extend .gitignore so coverage artifacts (.coverage*,
htmlcov/, coverage.xml) stay out of future commits.

Refs: heznpc-session sweep 2026-05-20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant