Skip to content

MCP: Instance Execution Monitoring#737

Open
jjoderis wants to merge 5 commits intomainfrom
mcp-process-execution-monitoring
Open

MCP: Instance Execution Monitoring#737
jjoderis wants to merge 5 commits intomainfrom
mcp-process-execution-monitoring

Conversation

@jjoderis
Copy link
Copy Markdown
Contributor

@jjoderis jjoderis commented May 6, 2026

Summary

Added mcp tools that give access to execution information that is available to the user.

Details

  • added a tool that returns an array with the ids of all available instances
  • added a tool that returns detailed information about the current state of a specific instance

@jjoderis jjoderis marked this pull request as ready for review May 6, 2026 13:07
@jjoderis jjoderis requested a review from canptura May 6, 2026 13:07
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

CLOUDRUN ACTIONS

✅ Successfully created Preview Deployment.

https://pr-737---ms-server-staging-c4f6qdpj7q-ew.a.run.app

);

const idToUser = (id: string) => {
if (id in users) return { type: 'user', ...users[id] };
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this type field is for better interpretation for the LLM isn't it?

fileName: uT.attrs?.['proceed:fileName'],
// map engine internal information about potential owners to user readable information
potentialPerformers: uT.resources
?.map((r: any) => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.flatMap() might save a line here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants