MCPify.ai
MCPify.ai
Mar 27

Doploying / Generation getting Stuck

sometimes the Generation or Deploy process gets stuck at around 90 95 %
ClosedClosed

Mar 27, 2025

The deploy process is stuck again https://mcpify.ai/?serverId=02cb2b46-b2a7-⁠4183-⁠85d9-⁠450cf…

Mar 27, 2025

Looks like you are on the older version of website. The URL should be like mcpify.ai/servers/:serverId Can you please create another server again?

Mar 27, 2025

Did the prompt work for you @Bhanu

Mar 27, 2025

Yes, it did. The problem was not max tokens, but it was rate limits. Many people were using it at the same time, and hence it got rate limited. Please try again once and let me know if you still face the problem.

Mar 27, 2025

I am curently trying with a smaler version of the prompt

Mar 27, 2025

My guess is this might be exceeding the max output token limit I have set. Will try it myself and if that is the case, I will increase the AI output token limit.

Mar 27, 2025

Thank you for beeing such a great support

Mar 27, 2025

No problem 😀

Mar 27, 2025

I also found out when it fails to finish the build and i try in the same chat again multiple Unnamed Chats get created as My Servers

Mar 27, 2025

Yes, fixing that right now. Will be deploying the fix in some time.

Mar 27, 2025

great

Mar 27, 2025

Do you have an sample prompt u used for which this happened? That would help us to figure out what went wrong.

Mar 27, 2025

yes Write an mcp server (model context protocol) that is based on SSE (server side event): Create an search mcp server with this api documentation: https://freesearch.replit.app/docs {"openapi":"3.1.0","info":{"title":"Search Service","version":"0.1.0"},"paths":{"/search":{"get":{"summary":"Search","description":"Endpoint to search for a query and return results with additional context.\n\nParameters:\n- query: The search query string\n- max_results: Number of results to return (1-⁠5, default: 3)\n- max_content: Maximum content length per result (100-⁠5000, default: 2000)","operationId":"search_search_get","parameters":[{"name":"query","in":"query","required":true,"schema":{"type":"string","title":"Query"}},{"name":"max_results","in":"query","required":false,"schema":{"type":"integer","default":3,"title":"Max Results"}},{"name":"max_content","in":"query","required":false,"schema":{"type":"integer","default":2000,"title":"Max Content"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchResult"},"title":"Response Search Search Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"SearchResult":{"properties":{"source":{"type":"string","title":"Source"},"link":{"type":"string","title":"Link"},"context":{"type":"string","title":"Context"}},"type":"object","required":["source","link","context"],"title":"SearchResult"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}} Also integrate all these other ai tools from this api docs: ## Pollinations.AI Cheatsheet for Coding Assistants ### Image Generation Generate Image: `GET https://image.pollinations.ai/prompt/{prompt}` ### Image Models List Models: `GET https://image.pollinations.ai/models` ### Text Generation Generate (GET): `GET https://text.pollinations.ai/{prompt}` ### Text Generation (Advanced) Generate (POST): `POST https://text.pollinations.ai/` ### Audio Generation Generate Audio: `GET https://text.pollinations.ai/{prompt}?model=openai-audio&voi… ### OpenAI Compatible Endpoint OpenAI Compatible: `POST https://text.pollinations.ai/openai` ### Text Models List Models: `GET https://text.pollinations.ai/models` ### Real-time Feeds Image Feed: `GET https://image.pollinations.ai/feed` Text Feed: `GET https://text.pollinations.ai/feed` *\* required parameter* Also add weather forecast via the open-meteo.com api This is the prompt and it was stuck on generating for 3 min and a other server i already deleted was stuck on 95% deploying for ever