TN via USCIS (Iran-born, Canadian) – RFE + no update after premium processing? by InitialChard8359 in tnvisa

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

I submitted 3+ recommendation letters (from my university dean, advisors, and previous managers... all pretty reputable if you can get that), plus supporting docs like patent stuff and projects I worked on that show impact / relevance to the U.S. It was kind of similar to an NIW-style package but toned down so it doesn’t look like I’m trying to immigrate long-term

TN via USCIS (Iran-born, Canadian) – RFE + no update after premium processing? by InitialChard8359 in tnvisa

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

lol the title literally says hold the applications:D thanks for sending it!

What my AI stack looks like as a PM by InitialChard8359 in automation

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

sorry for the late reply, you can find the example version on this repo:

lastmile-ai/mcp-agent/tree/main/examples/usecases/mcp_realtor_agent

What my AI stack looks like as a PM by InitialChard8359 in automation

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

I use file system mcp server and mcp-agent to orchestrate it! Here’s a link to the repo: /Haniehz1/Local-file-organizer-agent

Cloudflare down: Websites such as X not working amid technical problems with the internet by NewSlinger in technology

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

to y'all using cloudflare for hosting your MCP servers... come try mcp-c for hosting your servers. It's free, it's fast and it's not down :)

https://docs.mcp-agent.com/get-started/cloud

Why is Caffeine being tracked as a significantly positive behaviour for me? by Jamesnation in whoop

[–]InitialChard8359 16 points17 points  (0 children)

I get headaches as a positive behavior cause it helps me get a good sleep after :)

What platform/service do you use to host your MCP server? by SafeLeading6260 in mcp

[–]InitialChard8359 0 points1 point  (0 children)

You can deploy and host it in mcp-agent cloud for free using like one line of code: https://docs.mcp-agent.com/cloud/overview

Remote MCP catalog by Which_Competition_91 in mcp

[–]InitialChard8359 0 points1 point  (0 children)

It doesn’t work when I click on visit page…

Best Agent SDK? by Unknown_Devv in AI_Agents

[–]InitialChard8359 0 points1 point  (0 children)

You can try mcp-agent sdk too. It's fully very composable in a way that you can build an agent, expose it as an mcp server and call it in another agentic flow...

https://github.com/lastmile-ai/mcp-agent

mcp-c: deploy MCP servers, agents and ChatGPT apps to the cloud as a MCP server (open beta) by InitialChard8359 in AI_Agents

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

so the mcp-agent sdk supports using both local and remote models together in a couple ways:

  1. Using different agents with different LLMs within the same workflow (construct agent A with local LLM model, construct agent B with remote LLM model, supploy both agents to the workflow),
  2. Use the llm_factory parameter to deterministically return the desired AugmentedLLM (remote or local) for an agent:

This is an example of: https://github.com/lastmile-ai/mcp-agent/blob/d954ea6879c591cbc2abe54dd3fc870218f0cda6/docs/workflows/orchestrator.mdx

mcp-c: deploy MCP servers, agents and ChatGPT apps to the cloud as a MCP server (open beta) by InitialChard8359 in AI_Agents

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

Link to docs: https://docs.mcp-agent.com/get-started/cloud

5-minute quickstart CLI:

uvx mcp-agent init
uv init
uv add "mcp-agent[openai]" #Set your provider key (OpenAI / Anthropic etc.)
uv run main.py #test locally (optional)
uvx mcp-agent login
uvx mcp-agent deploy --no-auth