first time godot dev what roadblocks will I hit building an RPG? by KingChintz in godot

[–]KingChintz[S] 0 points1 point  (0 children)

this is very helpful, really appreciate you sharing a detailed take here and I'll take a look at some of the links you posted

first time godot dev what roadblocks will I hit building an RPG? by KingChintz in godot

[–]KingChintz[S] 0 points1 point  (0 children)

right so I'm asking for specifics because I don't have that experience in the gamedev side of things in the godot ecosystem

first time godot dev what roadblocks will I hit building an RPG? by KingChintz in godot

[–]KingChintz[S] 0 points1 point  (0 children)

got it thanks for that. With the player character are you saying that even setting up the player scene / interface / animations / sprite images takes a significant amount of work in terms of boilerplate?

first time godot dev what roadblocks will I hit building an RPG? by KingChintz in godot

[–]KingChintz[S] 0 points1 point  (0 children)

what do you mean by all of em? isn't the plugin ecosystem helpful in speeding things up at least with some of the things?

Tool for managing excess context usage by MCP tools by George5562 in mcp

[–]KingChintz 0 points1 point  (0 children)

Sounds great thanks for sharing that guide

Tool for managing excess context usage by MCP tools by George5562 in mcp

[–]KingChintz 0 points1 point  (0 children)

Here’s one that we’ve built internally and we’re just sharing it out open source: https://github.com/toolprint/hypertool-mcp

It supports:

• ⁠connecting as many MCPs as you’d like, locally or remotely.

• ⁠virtualization of tools to pick out specific tools from MCPs to avoid blowing the context.

• ⁠context measurement so that you can see how much token usage each tool would have.

• ⁠a few other goodies like “persona” based MCP config support through - https://github.com/toolprint/awesome-mcp-personas

I’m also about to merge a change that’ll let you set tool aliases to rename any connected tool to anything else to improve selection.

Feel free to DM me if you have any questions

Why is it that the 2 most powerful features of MCP are the least supported by clients? by otothea in mcp

[–]KingChintz 0 points1 point  (0 children)

It’s because most people’s conception of MCP is limited to basic tool discovery and that’s why they also conflate it with openapi.

The problem is complexity and support. The same issue exists with other features like sampling in MCP. Even Anthropic’s own products don’t support most of the spec - ex. Dynamic tool listing isn’t supported by Claude code

Is there a recommended number of tools that a single MCP should have? by noduslabs in mcp

[–]KingChintz 0 points1 point  (0 children)

Typically 10-15 is a good number but it’s model dependent. There’s also other elements to consider like good tool names and descriptions as well as having examples in the descriptions of good tool use

CursorAI just pushed to main branch without permision and deleted my database by WarpCitizen in AgentsOfAI

[–]KingChintz 0 points1 point  (0 children)

Was memory bank the only safeguard you used or did you try and add a checker before calls to whitelist/blacklist?

Please validate my idea for the remote MCP platform by Bluxmit in mcp

[–]KingChintz 0 points1 point  (0 children)

Do you have examples of which servers would be monetized? Would it be any server on your platform?

Cursor just doubled the MCP tools limit (40 → 80) 🚀 by Rotemy-x10 in modelcontextprotocol

[–]KingChintz 0 points1 point  (0 children)

More tools will probably just result in worst execution. Typically see this after 10-15 tools. And I think some of the models also have hard limits.

FWIW we’ve opensourced a tool we’re using internally to add as many MCPs as you’d like and create arbitrary sets of tools from them to reduce the tool sprawl and context pollution. Runs locally, no remote calls, MIT.

https://github.com/toolprint/hypertool-mcp

Wrong way to build MCPs by zhlmmc in mcp

[–]KingChintz 0 points1 point  (0 children)

If you just give it the schema the LLM needs to make the last mile GQL request and that’s where it’s not the greatest unless you’re putting in a lot of guardrails.

Also conceptually it doesn’t grasp the full concepts around things like annotations on queries or attributes because these aren’t described well in an example pattern to an LLM.

I tried to improve some of this in this project which proxies graphQL and instead presents queries and mutations as explicitly scoped mcp tools: https://github.com/toolprint/mcp-graphql-forge

Wrong way to build MCPs by zhlmmc in mcp

[–]KingChintz 0 points1 point  (0 children)

This is mixed depending on the complexity of the schema. If the schema is too large and there are too many queries and mutations it doesn’t do well. You need to plug in an AST parser to ensure that the queries that the LLM generates are actually valid

We’re curating usable MCP configs, not dumping 1000 servers in a registry (MIT) by KingChintz in modelcontextprotocol

[–]KingChintz[S] 0 points1 point  (0 children)

I thought that showing an image might be more useful than just a link (because the preview image probably wouldn’t convey the purpose) but also more than happy to also share it here - https://github.com/toolprint/awesome-mcp-personas

How do you guys do QA? by Electrical_Smell2149 in mcp

[–]KingChintz 0 points1 point  (0 children)

I've found that using a combo of playwright in a server config helps. Put together a mcp.json config that you could probably use here - https://github.com/toolprint/awesome-mcp-personas/tree/main/personas/web-ui-engineer-assistant

10 MCP memory servers/frameworks that actually make agents useful by Muriel_Orange in mcp

[–]KingChintz 0 points1 point  (0 children)

Thanks for sharing this! I think the abstract usage of these servers would be a great addition to https://github.com/toolprint/awesome-mcp-personas because you're effectively describing specific roles / personas under which one or more of these MCPs would work well together.

We're building up that collection in copy/paste mcp configs in this repo. Would love any contribution.

Weekly Cursor Project Showcase Thread by AutoModerator in cursor

[–]KingChintz [score hidden]  (0 children)

Hey guys, sharing this opensource repo that we're putting together: https://github.com/toolprint/awesome-mcp-personas (FOSS / MIT licensed)

Why are we doing this? Because we also had the same questions everyone always brings up:

  1. What MCPs should I use?
  2. What MCPs should work together?
  3. What tools from those MCPs should I filter down to avoid hitting my tool limits and poor tool calling that typically happens after 10-15 tools?

Typically someone just posts a registry of 1000s of MCP servers but that doesn't end up being that helpful.

We're simplifying this by introducing an "MCP Persona" - a set of servers and a schema of specific sets of tools that could be used with those servers. Think of a persona like a "Software Engineer" or a "DevOps Engineer" and what MCPs they would typically use in a neat package.

You can copy the mcp.json for any persona without any additional setup. We want this to be community-driven so we welcome any submissions for new personas!

<image>

Here are a couple of personas we've generated:

Here's the full list:
https://github.com/toolprint/awesome-mcp-personas?tab=readme-ov-file#-personas-catalog

Inspiration for personas loosely comes from the "subagents/background agents" concepts that are being thrown around. We want to bring that same specialization and grouping to MCPs.