0Pricing
MCP Academy · Ders

MCP Inspector ile Keşfetme

Araçları, kaynakları ve istemleri görsel olarak tıklayarak inceleyin.

MCP Inspector ile Keşfetme, CoddyKit'te ücretsiz bir MCP Academy dersidir. Bu, 4 dersinin 3. dersidir. Aşağıdan dersin tamamını ücretsiz okuyabilir, sonra tarayıcıda yerleşik kod editörü ve 7/24 yapay zeka koçu ile uygulamalı olarak pratik yapabilirsin. Bu, MCP Academy öğrenme yolunun bir parçasıdır ve ilerlemeniz web ve CoddyKit uygulaması arasında senkronize olur. MCP Academy kursu toplamda 4 dersten oluşur.

Bu dersin bazı bölümleri henüz çevrilmemiş olup İngilizce olarak gösterilmektedir.

A Window Into Your Server

Editing config and restarting is slow for testing. The MCP Inspector gives you a visual tool to poke at your server directly. 🔍

What the Inspector Is

The Inspector is an official web app that acts as a client. It connects to your server and lets you browse and call everything it exposes.

Launch It with npx

You don’t install anything permanently. Run it on demand with npx, and it opens a local web UI in your browser.

npx @modelcontextprotocol/inspector python server.py

Or Use the mcp CLI

If you use the Python SDK, the mcp dev command launches the very same Inspector wired to your server in one step.

mcp dev server.py

Connect Over stdio

The Inspector spawns your script just like a host would, talking over stdio. So you test the exact path a real client uses.

See the Tools Tab

Open the Tools tab to list every tool your server advertises, complete with its name, description, and expected arguments.

Call a Tool by Hand

Pick a tool, fill in its fields in the form, and hit run. You see the exact result the server returns, with no model in the loop.

Browse Resources

The Resources tab shows everything your server can serve. Click one to read its contents and confirm the URI resolves correctly.

Preview Prompts

Under Prompts you can fill in arguments and preview the exact messages your template produces before any user ever triggers it.

Read the Message Log

A built-in log pane shows raw JSON-RPC traffic in both directions. It is the fastest way to see what your server truly sent.

Reconnect After Edits

Changed your code? Hit reconnect in the Inspector to restart the server and reload its tools, far faster than restarting a full host.

Quick Check

Why is the MCP Inspector handy when developing a server?

Recap

You used the Inspector to list tools, call them by hand, browse resources and prompts, and watch the wire. Now let’s tackle servers that won’t start. ✅

Sıkça Sorulan Sorular

“MCP Inspector ile Keşfetme” dersi ücretsiz mi?

Evet — “MCP Inspector ile Keşfetme” dersin tüm metni burada web'de ücretsiz olarak okunabilir. Etkileşimli olarak pratik yapmak (yerleşik kod editörü ve 7/24 yapay zeka koçu) ve MCP Academy kursunun geri kalanını açmak için CoddyKit PRO'ya yükselt. MCP Academy kursu toplamda 4 dersten oluşur.

“MCP Inspector ile Keşfetme” dersinde ne öğreneceğim?

Araçları, kaynakları ve istemleri görsel olarak tıklayarak inceleyin. MCP Academy ile uygulamalı kodu tarayıcıda doğrudan çalıştırarak pratik yaparsın ve 7/24 yapay zeka koçu dersi çalışırken sorularını yanıtlar.

MCP Academy öğrenmeye başlamak için deneyim gerekli mi?

Önceden deneyim gerekmez. CoddyKit'te MCP Academy, başlangıçtan ileri seviyeye kadar yapılandırıldığı için buradan başlayabilir veya başından başlayıp kendi hızında ilerleme yapabilirsin. Bu, 4 dersinin 3. dersidir.

“MCP Inspector ile Keşfetme” dersi ne kadar sürer?

Çoğu CoddyKit dersi yaklaşık 5–10 dakika sürer. Her biri kısa ve etkileşimli olduğu için sabit ilerleme yaparsın ve web ile uygulama arasında tam olarak bıraktığın yerden devam edebilirsin.

Bu MCP Academy dersinde kod yazıp çalıştırabilir miyim?

Evet. Her MCP Academy dersi yerleşik bir kod editörü içerir, bu sayede tarayıcıda gerçek kod yazıp çalıştırabilir ve anlık yapay zeka geri bildirimi alırsın — yerel kurulum gerekli değildir.

Bu kursun tüm dersleri

  1. stdio Aktarımının Çalışma Şekli
  2. Claude Desktop'a Bağlama
  3. MCP Inspector ile Keşfetme
  4. Başlamayan Bir Sunucuda Hata Ayıklama
← MCP Academy Sayfasına Dön