light gayami
Explore posts from serversCDCloudflare Developers
•Created by light gayami on 4/2/2025 in #general-help
Remote MCP Server example is not working
I followed all the necessary steps mentioned here: https://developers.cloudflare.com/agents/guides/remote-mcp-server/
When I try to connect with
http://localhost:8787/see
, it is failing and shows diconnected regardless
2 replies
PPrisma
•Created by light gayami on 3/24/2025 in #help-and-questions
DB migration does not work on Python Client with Prisma Postgres
I have created a project with prisma postgres for my python application.
Following is an example
prisma/schema.prisma
with the following .env
running prisma db push
returns the following error
how to possibly solve this? The Docs have nothing of substance and no source to solve this issue. Or is there a way to get a direct URL for the same?5 replies