Releases: ApiLogicServer/ApiLogicServer-src
MCP Vibe Support
This release includes learning for CoPilot, enabling creation of an MCP Server with Natural Language.
For more information, click here.
Python 3.13
This release supports Python 3.13 - see here, as well as the noted prior Python versions.
VSCode 1.102.0
The most recent release of VSCode has evidently introduced breaking changes to venv setup. These are addressed in this release.
For more information than you really want, click here.
Vibe support for Recent VSCode
The June release of VSCode provides enhanced discoverability of learning hints for coding assistants.
We have built these into the latest release. Give them a try! They can be helpful, fun, and even empathetic ;).
For more, click here.

Vibe Examples
The Northwind sample now installs with several interesting example of using Vibe to create engaging User Interfaces.
For more information, click here.
Vibe / MCP Iteration
This is a revised technology preview of Generating Applications for Vibe. It reduces many of the import errors in the previous version.
It is currently available only via pip install.
Windows users: please see this issue.
Summary: Automation with Full Customization using GenAI Vibe tools
The generated Admin App is a standard react app, fully customizable using GenAI Vibe tools and/or your IDE.
- With minimal background on html, javascript etc, you can begin using Vibe/Natural Language tools to create custom User Interfaces
Contrast this to the automated Admin App, which focuses on speed and simplicity.
Explore
To learn more, and explore, click here.
Extended CLI
With the rebranding of API Logic Server to GenAI-Logic, we have updated the CLI, so that all of the following are equivalent:
ApiLogicServer --help
als --help
genai-logic --help
gail --help
gal --help
gl --help
Better support for existing databases
We have introduced a new command:
gl genai-add-mcp-client
This will add a new sqlite database to your project, add the logic to invoke the MCP Executor, and update the Admin app.
The result is that MCP and Vibe support are much more visible - see this page.
Vibe Kickstart
This is a technology preview of Generating Applications for Vibe.
It is currently available only via pip install.
Summary: Automation with Full Customization using GenAI Vibe tools
The generated Admin App is a standard react app, fully customizable using GenAI Vibe tools and/or your IDE.
- With minimal background on html, javascript etc, you can begin using Vibe/Natural Language tools to create custom User Interfaces
Contrast this to the automated Admin App, which focuses on speed and simplicity.
Explore
To learn more, and explore, click here.
MCP Security, Windows Fixes
Available on pip, Docker and WebGenAI Docker.
MCP
This release automates MCP for your API. So, for example, you can "mcp-ify" your existing databases:
- One CLI Command creates your project: a running MCP-enabled API with Swagger, and an Admin App.
- Test with Swagger and/or MCP
- Vibe coding Quickstart
- Use the Admin App to engage Business Users to get the requirements right, and iterate
- Add logic using declarative spreadsheet-like rules
- Use Python as required for additional logic and API endpoints
Release 15.00.10 includes support for fan-out and multiple MCP Servers.
Release 10.00.12 includes support for security and logging of all executed commands
See:
- Sample MCP Client Executor documentation
- Sample Basic Demo documentation
- Install and create samples
Revised Product Tour
MCP is featured in the revised Product Tour).
The Tour is a great way to learn about MCP with running code you can explore and alter.
Improved StackTrace
Created projects now provide a condensed stack trace for easier review.
BugFix: genai cli with no rules - project won't start
Please see genai cli with no rules - project won't start
Release 15.00.12 includes fixes:
- Windows Manager Readme #93
- [genai-graphics on Windows #93(https://github.com//issues/94)
MCP, Stacktrace
Available on pip, Docker and WebGenAI Docker.
MCP, Revised Product Tour
This release automates MCP for your API. So, for example, you can "mcp-ify" your existing databases:
- One CLI Command creates your project: a running MCP-enabled API with Swagger, and an Admin App.
- Test with Swagger and/or MCP
- Vibe coding Quickstart
- Use the Admin App to engage Business Users to get the requirements right, and iterate
- Add logic using declarative spreadsheet-like rules
- Use Python as required for additional logic and API endpoints
This release includes support for fan-out and multiple MCP Servers.
See:
- Sample MCP Client Executor documentation
- Sample Basic Demo documentation
- Install and create samples
Revised Product Tour
MCP is featured in the revised Product Tour).
The Tour is a great way to learn about MCP with running code you can explore and alter.
Improved StackTrace
Created projects now provide a condensed stack trace for easier review.
BugFix: genai cli with no rules - project won't start
MCP Automation
Available on pip, Docker and WebGenAI Docker.
This release automates MCP for your API. So, for example, you can "mcp-ify" your existing databases:
- One CLI Command creates your project: a running MCP-enabled API with Swagger, and an Admin App.
- Test with Swagger and/or MCP
- Vibe coding Quickstart
- Use the Admin App to engage Business Users to get the requirements right, and iterate
- Add logic using declarative spreadsheet-like rules
- Use Python as required for additional logic and API endpoints
See:
- Sample MCP Client Executor documentation
- Sample Basic Demo documentation
- Install and create samples