Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Ean Schuessler
/
mo-mcp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c65f866b
authored
2025-11-14 19:08:26 -0600
by
Ean Schuessler
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
more security and attempts to control the content-type
1 parent
d3a4a479
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
0 deletions
data/McpSecuritySeedData.xml
screen/webroot/mcp.xml
data/McpSecuritySeedData.xml
View file @
c65f866
...
...
@@ -34,6 +34,7 @@
<moqui.security.ArtifactGroupMember
artifactGroupId=
"McpRestPaths"
artifactName=
"/mcp/rpc"
artifactTypeEnumId=
"AT_REST_PATH"
/>
<moqui.security.ArtifactGroupMember
artifactGroupId=
"McpRestPaths"
artifactName=
"/mcp/rpc/*"
artifactTypeEnumId=
"AT_REST_PATH"
/>
<moqui.security.ArtifactGroupMember
artifactGroupId=
"McpScreenTransitions"
artifactName=
"component://moqui-mcp-2/screen/webroot/mcp.xml/rpc"
artifactTypeEnumId=
"AT_XML_SCREEN_TRANS"
/>
<moqui.security.ArtifactGroupMember
artifactGroupId=
"McpScreenTransitions"
artifactName=
"component://moqui-mcp-2/screen/webroot/mcp.xml"
artifactTypeEnumId=
"AT_XML_SCREEN"
/>
<!-- MCP Artifact Authz -->
<moqui.security.ArtifactAuthz
userGroupId=
"McpUser"
artifactGroupId=
"McpServices"
authzTypeEnumId=
"AUTHZT_ALLOW"
authzActionEnumId=
"AUTHZA_ALL"
/>
...
...
screen/webroot/mcp.xml
View file @
c65f866
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment