@hurabxo_25: @hurab

حورب 🌸
حورب 🌸
Open In TikTok:
Region: GB
Sunday 05 July 2026 16:33:18 GMT
11102
1070
60
11

Music

Download

Comments

c.d2663
Maher ho yarr :
ab bohat kam likes hota ha ap ka vo Q
2026-07-05 20:53:26
5
muhammadahmad.270
Yours Ahmad❤️‍🩹 :
mashallah Sis ❤️❤️❤️
2026-07-05 16:35:33
5
stalker_11345
🖤❗ :
sanvali 🤎
2026-07-05 16:37:22
7
sanab.ali_13
SANAB❤️ BALOCH 👑👑👑👑 :
hey
2026-07-06 05:29:09
5
chhusnainr1
Husnain Raجpoot 7373 :
Hello 👋
2026-07-05 16:49:53
4
sheikhmalang38
sheikhmalang🚩🚩 :
nice ❤️
2026-07-06 12:09:49
2
uzammi
zÀمí :
2no ankho m farq ha ...
2026-07-07 18:47:03
1
aftabshahzad00
Shahzad.Saab100 :
wa g wa 🤭
2026-07-05 16:41:31
4
sohailhansraj
👑 ★彡MR.SHR MULTANI彡★ :
App kis college jati ha 🥰
2026-07-06 15:26:11
1
rgjbggv
❥ Ⓜⓘⓝⓔ ᯓ🌷🌔🕊️ :
2026-07-06 15:06:47
0
usman.bajwa122
Usman bajwa5533 :
hi🥀
2026-07-07 15:27:42
1
saithahsan6266
AحSAن REHMANI :
mashallah ❣️❣️
2026-07-11 15:34:30
0
rustamali766
🔥 RUSتAم' A🚬l! - 2¹³AlY🔥 :
🥀
2026-07-07 13:14:31
1
fazzi465
⚜️ ᖴᗩ乙乙ᎥᎥᎥᎥ ⚜️ :
Dekho ma apny ap ko kuj kar bathu ga 🥺❤️‍🩹
2026-07-05 17:22:07
4
itx_mamoon3
مامون 💋 :
Jann..🌸🌸
2026-07-05 16:35:39
4
izeexhaudhry28
Zee Xhaudhry :
😇😇😇😇
2026-07-05 16:40:53
4
shafqat.shafqat.3
Syed shafqat shah :
❤️❤️❤️
2026-07-06 03:03:18
3
haramali000
HaramAli 🫠😚 :
🥰🥰🥰
2026-07-06 04:31:21
3
zainiiimhr17
ZainiiiMhr👑❤️ :
❤️❤️❤️
2026-07-06 09:34:48
3
chaudhrytalha1464
✨چوہدری طلحہ نہنگ آلہ✨ :
🥰🥰🥰
2026-07-05 16:38:11
3
saeed.ahmad6351
Saeed ahmad :
♥️♥️♥️
2026-07-05 16:38:38
3
user5946694610071
Roshail sahotra :
🥰🥰🥰
2026-07-05 23:08:13
3
fazii7t
FaZi_7t√ :
🥰🥰🥰
2026-07-06 05:42:28
3
To see more videos from user @hurabxo_25, please go to the Tikwm homepage.

Other Videos

Part 1 ~ MCP vs API Explained: Do We Still Need API After MCP In this video Cloud X Berry explains MCP (Model Context Protocol) and APIs in a simple, beginner-friendly way. You ask an AI assistant to find your latest order and email you the tracking details, and it does it. Behind that one sentence, three separate APIs were called in the right order with the right inputs—and nobody wrote that sequence anywhere. That is not the model guessing. It is MCP doing its job, and it did not replace a single one of those APIs. We start with the version every team already has: the developer decides which API to call, when to call it, and in what order, then writes that workflow in code. That works, and it is exactly what APIs were built for. The challenge begins when the instruction arrives as a sentence instead of a button. The AI model understands what the user wants, but it knows nothing about your endpoints, which one should be called first, or what inputs they expect. Hard-coding your entire API documentation into the model is not the answer. From there, we build the concept step by step: What a tool actually is What an MCP server does The difference between tools and resources Then we walk through a real example—a shop with a Customer API, an Orders API, and an Email API—and place an MCP server in front of them without changing a single line of the existing APIs. You'll follow one request from start to finish: How the application discovers available tools How the AI model selects the right tools How those tools ultimately call the same APIs you already have Finally, we cover the two differences that matter most: Who decides the workflow Documentation vs. discovery We also look at what happens when you add a new capability tomorrow and answer the question the entire video is built around: Will MCP replace APIs? Chapters 00:00​ MCP is replacing APIs 00:12​ If APIs already work, why was MCP created? 00:24​ How an application uses APIs today 00:52​ The developer writes the workflow 01:09​ Now the user asks an AI assistant instead 01:21​ What the model does not know 01:42​ Term one: A Tool 02:11​ Term two: An MCP Server 02:40​ Why the model never touches Gmail or GitHub directly 02:52​ The same shop, now with an MCP server 03:16​ One request, start to finish 03:43​ The tools still call your existing APIs 04:04​ Difference one: Who decides the workflow 04:29​ Difference two: Documentation vs. Discovery 04:57​ Adding a new tool tomorrow 05:11​ Will MCP replace APIs? 05:50​ What actually happens on a call 06:20​ The answer and the recap Who this video is for Developers who keep seeing MCP in AI architecture diagrams and want the concept to finally click. Backend engineers who already have working APIs and need to make them usable by AI applications. Anyone who has heard that MCP is replacing APIs and wants to know whether that is actually true. #mcp​ #modelcontextprotocol​ #api​ #ai​ #backend​ ​
Part 1 ~ MCP vs API Explained: Do We Still Need API After MCP In this video Cloud X Berry explains MCP (Model Context Protocol) and APIs in a simple, beginner-friendly way. You ask an AI assistant to find your latest order and email you the tracking details, and it does it. Behind that one sentence, three separate APIs were called in the right order with the right inputs—and nobody wrote that sequence anywhere. That is not the model guessing. It is MCP doing its job, and it did not replace a single one of those APIs. We start with the version every team already has: the developer decides which API to call, when to call it, and in what order, then writes that workflow in code. That works, and it is exactly what APIs were built for. The challenge begins when the instruction arrives as a sentence instead of a button. The AI model understands what the user wants, but it knows nothing about your endpoints, which one should be called first, or what inputs they expect. Hard-coding your entire API documentation into the model is not the answer. From there, we build the concept step by step: What a tool actually is What an MCP server does The difference between tools and resources Then we walk through a real example—a shop with a Customer API, an Orders API, and an Email API—and place an MCP server in front of them without changing a single line of the existing APIs. You'll follow one request from start to finish: How the application discovers available tools How the AI model selects the right tools How those tools ultimately call the same APIs you already have Finally, we cover the two differences that matter most: Who decides the workflow Documentation vs. discovery We also look at what happens when you add a new capability tomorrow and answer the question the entire video is built around: Will MCP replace APIs? Chapters 00:00​ MCP is replacing APIs 00:12​ If APIs already work, why was MCP created? 00:24​ How an application uses APIs today 00:52​ The developer writes the workflow 01:09​ Now the user asks an AI assistant instead 01:21​ What the model does not know 01:42​ Term one: A Tool 02:11​ Term two: An MCP Server 02:40​ Why the model never touches Gmail or GitHub directly 02:52​ The same shop, now with an MCP server 03:16​ One request, start to finish 03:43​ The tools still call your existing APIs 04:04​ Difference one: Who decides the workflow 04:29​ Difference two: Documentation vs. Discovery 04:57​ Adding a new tool tomorrow 05:11​ Will MCP replace APIs? 05:50​ What actually happens on a call 06:20​ The answer and the recap Who this video is for Developers who keep seeing MCP in AI architecture diagrams and want the concept to finally click. Backend engineers who already have working APIs and need to make them usable by AI applications. Anyone who has heard that MCP is replacing APIs and wants to know whether that is actually true. #mcp​ #modelcontextprotocol​ #api​ #ai​ #backend​ ​

About