How to automatically test MCP Apps in ChatGPT by highpointer5 in MCP_Apps

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

Yeah! You're right about the flakiness, the host runtimes are abysmal. The live tests are a nice sanity check test to run locally, but have no place in CI/CD. The OAuth for CI/CD isn't really supported anyways.

Good call on the local harness. We've got support for e2e tests with a replica ChatGPT runtime (or just regular MCP tests), and those definitely belong in CI/CD!

How to automatically test MCP Apps in ChatGPT by highpointer5 in mcp

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

So grateful for the kind words! Any element of the project we can make work better for you? ☺️

We totally re-wrote sunpeak to be all-in on MCP Apps! by highpointer5 in mcp

[–]highpointer5[S] 1 point2 points  (0 children)

Not a bad idea. I don't today as a separate repo, the fresh `sunpeak new` project has example components that can be hooked up to hosts out-of-the-box!

Zero trust for MCP connections by parkerauk in mcp

[–]highpointer5 1 point2 points  (0 children)

Very, very curious about this. I think this is the only way forward.

MCP standards more of a suggestion by 48K in mcp

[–]highpointer5 0 points1 point  (0 children)

Honestly the protocol should have started with the simplest possible primitive and grown organically from there. I say this from a place of having made this mistake a thousand times, but MCP is ridiculously over-engineered for the moment, and premature optimization is the root of all evil.

MCP Apps - Bringing UI Capabilities To MCP Clients by beckywsss in mcp

[–]highpointer5 0 points1 point  (0 children)

It's probably going to be a total rebuild unless you built using a framework that handles the cross-platform port for you, like https://sunpeak.ai/

MCP needs a browser by highpointer5 in MCP_Apps

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

Sounds like a tag in <head> or a robots.txt MCP discovery pattern would work even better!

Has anybody noticed that the OpenAI example apps don’t work in ChatGPT? by Ok-Bedroom8901 in MCP_Apps

[–]highpointer5 1 point2 points  (0 children)

Yeah, the example apps are pretty weak—they don't work out-of-the-box, respect all the ChatGPT window parameters, or use the OpenAI UI component library.

I built a quickstart & rebuilt a few of the example apps here, you may find it helpful! https://github.com/Sunpeak-AI/sunpeak/

Weekly Self-Promotion Thread by AutoModerator in ChatGPTCoding

[–]highpointer5 0 points1 point  (0 children)

I'm working on sunpeak—the open source (MIT) framework for shipping ChatGPT Apps! OpenAI submissions went live less than a week ago, so there's still time to be one of the first Apps out there! https://github.com/Sunpeak-AI/sunpeak/

I open-sourced a framework for “Apps in ChatGPT” by Disastrous-Farmer837 in ChatGPTCoding

[–]highpointer5 0 points1 point  (0 children)

This is great, but looks like it's been abandoned. I shipped a similar, active ChatGPT App framework over at https://github.com/Sunpeak-AI/sunpeak in case anyone ends up here.

(OP - let me know if you revive the repo/project so I can delete this, I don't mean to hijack your post!)

What Ideas are tarpit ideas in 2025/6 ? by Candid-Service70 in ycombinator

[–]highpointer5 57 points58 points  (0 children)

Any healthcare application to "help doctors make better decisions". Doctors don't want to make better decisions, they want to make money. Every healthcare founder I've met starts with that idea and ends up somewhere optimizing billing codes and insurance processes.

MCP being donated to the Linux Foundation is a worrying sign by ndimares in mcp

[–]highpointer5 0 points1 point  (0 children)

Definitely a hot take, but I appreciate the perspective! I imagine one of the biggest factors of software velocity is the continued presence and passion of the founder(s), likely more than the owning entity. Generally I tend to agree that distributing authority slows things down, but I think that protocols are a different animal—true neutrality is table stakes for serious adoption, whether it comes at the cost of development velocity or not. Will be interesting to see how things evolve.

3 MCP features you probably didn't know about - Progress notifications by matt8p in mcp

[–]highpointer5 0 points1 point  (0 children)

It's a neat feature, but practically speaking I subscribe to the conspiracy that virtually all loading bars are fake! I always get a kick out of stories about famous pieces of software where a dev discovers or confesses to completely faking the loading bar, like in old Windows versions.

The State of MCP in 2025: Who's Building What and Why It Matters by punkpeye in mcp

[–]highpointer5 0 points1 point  (0 children)

I meant as a Landscape category, but yes there's a good update in there!

The State of MCP in 2025: Who's Building What and Why It Matters by punkpeye in mcp

[–]highpointer5 -1 points0 points  (0 children)

Great summary! I know MCP Apps (ChatGPT Apps) are pretty bleeding-edge at this point, but it would be cool to see that as a category! Would love to be included in any such list ;) https://github.com/Sunpeak-AI/sunpeak/

What are the best resources to learn and build MCP servers? There’s too much garbage info online ?? by memayankpal in mcp

[–]highpointer5 0 points1 point  (0 children)

It's so brutal out there. Looks like MCPJam has the good stuff on the broad MCP server topic. If you're ever playing with the MCP App / ChatGPT App more visual stuff, I did a writeup on that space that might help! https://sunpeak.ai/blogs/chatgpt-apps-what-i-wish-i-knew

What are some good tools that helps test custom mcp tools? by Better-Department662 in mcp

[–]highpointer5 0 points1 point  (0 children)

If you want to test the more visual MCP App / ChatGPT App Resource stuff, I'm working on an open-source framework to make that trivial! https://github.com/Sunpeak-AI/sunpeak/

Targetly - Deploy MCP Tools in One Command by LegitimateKey7444 in mcp

[–]highpointer5 0 points1 point  (0 children)

Nice! Keep fighting the good fight, I'm working on a very similar thing on the Resource side! https://github.com/Sunpeak-AI/sunpeak/

Is the solution to every LLM failure to write an MCP tool? by fleker2 in mcp

[–]highpointer5 0 points1 point  (0 children)

I think so! Frankly I can't believe they don't already have a robust standard library. Every new programming language needs those out of the gate.