WIP: Add SDK-based MCP servlet implementations with SSE support
- Add multiple servlet implementations (EnhancedMcpServlet, ServiceBasedMcpServlet, MoquiMcpServlet) - Implement SSE servlet support with proper content-type handling - Add MCP filter for request processing - Add web.xml configuration for servlet deployment - Include SDK framework JAR and configuration files - Remove old screen-based MCP implementation - Update component configuration for new servlet-based approach
Showing
26 changed files
with
500 additions
and
37 deletions
.gradle/8.9/checksums/checksums.lock
0 → 100644
No preview for this file type
File mode changed
.gradle/8.9/fileChanges/last-build.bin
0 → 100644
No preview for this file type
.gradle/8.9/fileHashes/fileHashes.lock
0 → 100644
No preview for this file type
.gradle/8.9/gc.properties
0 → 100644
File mode changed
No preview for this file type
.gradle/buildOutputCleanup/cache.properties
0 → 100644
.gradle/vcs-1/gc.properties
0 → 100644
File mode changed
.settings/org.eclipse.buildship.core.prefs
0 → 100644
README-SDK-Services.md
0 → 100644
This diff is collapsed.
Click to expand it.
README-SDK-Servlet.md
0 → 100644
This diff is collapsed.
Click to expand it.
README-SSE-Servlet.md
0 → 100644
This diff is collapsed.
Click to expand it.
build.gradle
0 → 100644
lib/moqui-framework-3.1.0-rc2.jar
0 → 100644
No preview for this file type
screen/webroot/mcp.xml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
service/mcp.rest.xml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/web.xml
0 → 100644
web-sdk-services.xml
0 → 100644
web-sdk-sse.xml
0 → 100644
web-sse.xml
0 → 100644
-
Please register or sign in to post a comment