Skip to content

Commit b3d0b47

Browse files
committed
15.00.00: MCP
1 parent 3e649bd commit b3d0b47

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# TL;DR
88

9-
Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, customize with declarative rules and Python in your IDE, containerize and deploy.
9+
Create an executable project (MCP-enabled API and Admin App) from a database or natural language prompt with 1 command; customize with declarative rules and Python in your IDE, containerize and deploy.
1010

1111
 
1212

@@ -58,7 +58,7 @@ For Developers and their organizations seeking to **increase business agility,**
5858

5959
API Logic Server provides ***Microservice Automation:*** create executable projects with 1 command:
6060

61-
1. ***API Automation:*** crud for each table, with pagination, optimistic locking, filtering and sorting, and
61+
1. ***MCP-enabled API Automation:*** crud for each table, with pagination, optimistic locking, filtering and sorting, and
6262

6363
2. ***App Automation:*** a multi-page, multi-table Admin App. <br>
6464

api_logic_server_cli/api_logic_server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
1313
'''
1414

15-
__version__ = "14.05.18" # last public release: 14.05.00
15+
__version__ = "15.00.00" # last public release: 15.00.00 (14.05.04)
1616
recent_changes = \
1717
f'\n\nRecent Changes:\n' +\
18-
"\t05/28/2024 - 14.05.18: tour - re-factored default mcp req with generic Post, email stub, use basic_demo custs for genai_demo \n"\
18+
"\t05/28/2024 - 15.00.00: MCP \n"\
1919
"\t05/16/2024 - 14.05.00: safrs 3.1.7, running mcp preview \n"\
2020
"\t04/27/2024 - 14.04.00: Graphics preview, Vibe install fix, Improved IDE Chat Logic, MCP Exploration \n"\
2121
"\t03/30/2024 - 14.03.25: WebGenAI fixes for Kafka and Keycloak \n"\

docker/api_logic_server.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# GA release -- DELETE BUILD DIRS FIRST
33

4-
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:14.05.00 -o type=image --platform=linux/arm64,linux/amd64 .
4+
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:15.00.00 -o type=image --platform=linux/arm64,linux/amd64 .
55
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:latest -o type=image --platform=linux/arm64,linux/amd64 .
66
# docker pull apilogicserver/api_logic_server:latest
77

docker/webgenie_docker/build_web_genie.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if [ "$1" = "local" ]
7474
else
7575
# stand-alone test in terminal - cd $webgen_ai_docker-src, and...
7676
# docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:1.0.0 -o type=image --platform=linux/arm64,linux/amd64 .
77-
docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:14.04.00 -o type=image --platform=linux/arm64,linux/amd64 .
77+
docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:15.00.00 -o type=image --platform=linux/arm64,linux/amd64 .
7878
docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:latest -o type=image --platform=linux/arm64,linux/amd64 .
7979
fi
8080

0 commit comments

Comments
 (0)