Skip to content

Releases: spryker-sdk/ai-dev

0.1.1

12 Dec 13:37
18ac076

Choose a tag to compare

Fixes

  • fixed readme.md

0.1.0

10 Dec 06:47
08f8cdf

Choose a tag to compare

Initial Release

  • Introduced AI development tools integration module to enable seamless connection between Spryker applications and AI-powered development tools through Model Context Protocol (MCP) server.
  • Added McpServerConsole console command to run MCP server for AI tool integration.
  • Added GeneratePromptsConsole console command to generate prompts from GitHub repositories.
  • Introduced AiDevMcpPromptPluginInterface extension point to enable custom MCP prompt registration.
  • Introduced AiDevMcpToolPluginInterface extension point to enable custom MCP tool registration.
  • Added GetTransferStructureByNamespaceAiDevMcpToolPlugin to retrieve transfer object structure by namespace.
  • Added GetTransferStructureByNameAiDevMcpToolPlugin to retrieve transfer object structure by name.
  • Added GetInterfaceMethodsAiDevMcpToolPlugin to retrieve interface method signatures and documentation.
  • Added GetOmsTransitionsByOrderAiDevMcpToolPlugin to retrieve OMS state machine transitions for orders.
  • Added GetOmsTransitionsByStateAiDevMcpToolPlugin to retrieve OMS state machine transitions by state.
  • Added integration with php-mcp/server library version 3.3 to enable MCP protocol communication.