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
6deeabc8
authored
2025-11-28 13:12:28 -0600
by
Ean Schuessler
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix: Propagate isError flag from ScreenAsMcpTool to ToolsCall result
1 parent
5b1380c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
service/McpServices.xml
service/McpServices.xml
View file @
6deeabc
...
...
@@ -500,7 +500,7 @@
result.result = [
content: content,
isError: false
isError:
serviceResult?.result?.isError ?:
false
]
return
}
...
...
@@ -1596,4 +1596,4 @@ ${truncatedOutput}
<!-- NOTE: handle#McpRequest service removed - functionality moved to screen/webapp.xml for unified handling -->
</services>
\ No newline at end of file
</services>
...
...
Please
register
or
sign in
to post a comment