You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
models have a cost for both input tokens and output tokens where input tokens are what get used up the most due to massive amounts of documentation from our tools depending on the type module/resource. There should be a limit for how much our MCP server produces in terms of tokens.
Which should consider either having this be a resource by resource option or a general MCP server option that's set as one of our parameters.
When the limit is set it will only output the created content upto the set limit + an error for the model to use to indicate to the user that the token limit was reached on this prompt.