Skip to content

Releases: boldare/mcp-farmer

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 12:06
Immutable release. Only release title and notes can be modified.
363ef63

1.3.0 (2026-01-21)

Features

  • add check for description quality (bd51dbe)
  • add doc command (3a1270a)
  • add eval command for autonomous MCP server tool evaluation (#6) (a0d1a1f)
  • add grow command with option to add tools from OpenAPI specification using ACP (#5) (a2935a4)
  • add logs for grow command (5598c24)
  • add markdown option to grow command (#7) (745999a)
  • add markdown output for vet command (a36e250)
  • add netlify deploy template option (6a3bcf1)
  • add passthrough for ouput schema to fix under documented endpoints (0bcc360)
  • add prompts for user to use other commands (9b57a60)
  • add ux improvements to generated docs (1b7f0d9)
  • allow using serach for models in acp (b40bb23)
  • check if tool has annotation (04ef256)
  • display more context for openapi grow (b87ef7b)
  • improve grow prompts (64480ab)
  • improve robustness of the commands (9802b68)
  • improve spinner info while eval command runs (add3689)
  • make the code more robust and allow accepting more http input target (2bffbfb)
  • rename eval to probe to better fit the actual logic (e8f9546)
  • select model for grow command via acp (da9e253)
  • showcase more progress during grow command (7828f80)
  • showcase more progress during probe command (4d8f2d3)
  • simplify new server type flag (e820d34)
  • simplify try command and add prompt item (c1dcdb4)
  • simplify visual output (4ac0a3b)
  • support gemini cli in market command (54566e0)
  • support github copilot cli in grow command (408e6eb)
  • support graphql in grow command (2f3e272)
  • use heading for markdown report (83aa78e)
  • vet mcp servers from config files (0b6fe0d)

Bug Fixes

  • close commands after success (7a1b802)
  • increase inquirer select prompt calls (93511bb)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 14:20
Immutable release. Only release title and notes can be modified.
85c1c9a

1.2.0 (2025-12-17)

Features

  • allow using new command with cli args (b89cd2d)
  • create src directory for new mcp server (e80bc01)
  • don't run install script with new command (f4513ec)
  • generate simple agents file (b62b865)
  • improve generated mcp server code (3ff71dd)
  • improve handling of connection and network errors (473b98c)
  • make the generated mcp server scripts more robust (2c7b076)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 14:30
ec7e7e1

1.1.0 (2025-12-16)

Features

  • add dockerfile output option to new command (ec44fee)
  • display annotations in vet command (1dd4754)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 13:53
05c4b3d

1.0.0 (2025-12-16)

Features

  • add 'new' command for scaffolding functionality (379d98d)
  • add health endpoint to template servers (d0361bd)
  • add hono framework option (52035a2)
  • add html output for vet command (489c8d8)
  • add initial app (f1c3e4c)
  • add market command (3f4d9ab)
  • add readme and initialize git repository when creating new server (b879c00)
  • add script to run the server or stdio (74ef575)
  • add try command (08c8142)
  • allow accessing oauth secured mcp via vet command (15b552e)
  • allow user to select transport for new server (67398a7)
  • check for similar tool descriptions (9607067)
  • check if mcp server has too many tools (f0bdbd1)
  • detect personal identifiable informations (8495448)
  • handle authentication error (38fc86f)
  • print info if output is missing (48d3390)
  • read resources in try command (afa9cd6)
  • show prompts and resources if supported (8ab9af2)
  • show tool outputs (cf8e6b7)
  • support claude desktop config on different platforms (4f85455)
  • support opencode and new mcp servers in market command (399e194)
  • support stdio transport for vet command (6658a88)

Bug Fixes

  • check all inputs for a tool for missing description (e7a9b5f)