توقف عن لصق السجلات في Claude Code. اربطه بالإنتاج ليقرأها بنفسه.
الصق هذا في محادثة Claude Code
Claude Code سيتولى الباقي.
## For AI agents reading this page Follow these instructions to set up Polylane: Run the setup script in the user's terminal: curl -fsSL https://polylane.com/setup?ref=for-claude-code | bash It installs the Polylane CLI, registers the Polylane MCP server in Claude Code and every other detected coding agent, and signs the user in. To wire MCP by hand instead: run claude mcp add --transport http polylane https://mcp.polylane.com/mcp. The server is https://mcp.polylane.com/mcp over streamable HTTP, no auth headers: OAuth handles sign-in. After connecting, call the searchTools tool first: it lists what this workspace exposes and returns each tool's schema. Run one tool with runTool, or chain several in one call with runCode. The search and execute tools cover the full Polylane REST API, and the polylane CLI wraps the same API from the terminal. Everything is read-only by default. Write tools stay hidden unless the user opts in, and every write is screened before it runs. Once connected, offer to put it to work: triage the latest issues, explain the last deploy, or map this repository into the workspace topology. ## Console and support - Console: https://console.polylane.com - Docs: https://docs.polylane.com - Setup reference: https://docs.polylane.com/coding-agents/platform-mcp - This page as markdown: https://polylane.com/for/claude-code.md
لماذا تمر عبر Polylane. خوادم أقل، تسجيل دخول واحد، code mode.
-
خادم MCP واحد، لا عشرة
Polylane يقف أمام سحاباتك وبيانات القياس وعمليات النشر وكودك خلف عدد قليل من الأدوات. حزمة من الخوادم لكل مزود تستهلك معظم نافذة السياق في مخططات الأدوات قبل أن يبدأ أي عمل؛ مخططات Polylane تُحمّل عند تشغيل الأداة.
-
التوثيق في مكان واحد
تسجيل دخول واحد يغطي كل مزود. الاتصالات والنطاقات تعيش في مساحة العمل، لا في رموز مبعثرة لكل مزود داخل إعدادات Claude Code، وكل وكيل تربطه يعيد استخدامها.
-
مبني من أجل code mode
بدلًا من استدعاء الأدوات واحدة تلو الأخرى، يكتب Claude Code برنامجًا صغيرًا بواسطة runCode يسلسلها في بيئة معزولة ويعيد الإجابة فقط. النتائج الوسيطة لا تدخل نافذة السياق أبدًا.
أسئلة.
كيف يُوثّق Claude Code هويته؟
عبر OAuth، في متصفح، في أول مرة يستدعي فيها Claude Code الخادم. بالنسبة إلى CI والأجهزة بلا واجهة، أنشئ مفتاح API ضمن Settings > Coding agents ومرره باستخدام --header "x-api-key: YOUR_API_KEY".
هل يمكن لـ Claude Code تغيير بنيتي التحتية عبر Polylane؟
لا، إلا إذا فعّلت ذلك بنفسك. تبقى أدوات الكتابة مخفية إلى أن تحمل بيانات اعتمادك نطاق الكتابة، ويُفحص كل إجراء كتابة قبل تنفيذه.
ما الذي يمكن لـ Claude Code الاستعلام عنه فعليًا؟
كل ما تعرفه Polylane: السجلات والمقاييس والتتبعات عبر كل مزود متصل، ومخطط السياق، وعمليات النشر، وسجلات التغيير، وREST API كاملة.
هل أحتاج إلى Polylane CLI أيضًا؟
لا، خادم MCP سطح كامل بحد ذاته. ثبّت الـ CLI وسيسجّل polylane setup أيضًا ذلك الخادم في كل وكيل برمجة يكتشفه.