Skip to main content
Glama

Dingo MCP Server

by MigoXLab
main-eqZbF_EP.css28.3 kB
:root { --ev-c-white: #ffffff; --ev-c-white-soft: #f8f8f8; --ev-c-white-mute: #f2f2f2; --ev-c-black: #1b1b1f; --ev-c-black-soft: #222222; --ev-c-black-mute: #282828; --ev-c-gray-1: #515c67; --ev-c-gray-2: #414853; --ev-c-gray-3: #32363f; --ev-c-text-1: rgba(255, 255, 245, 0.86); --ev-c-text-2: rgba(235, 235, 245, 0.6); --ev-c-text-3: rgba(235, 235, 245, 0.38); --ev-button-alt-border: transparent; --ev-button-alt-text: var(--ev-c-text-1); --ev-button-alt-bg: var(--ev-c-gray-3); --ev-button-alt-hover-border: transparent; --ev-button-alt-hover-text: var(--ev-c-text-1); --ev-button-alt-hover-bg: var(--ev-c-gray-2); --color-background: var(--ev-c-black); --color-background-soft: var(--ev-c-black-soft); --color-background-mute: var(--ev-c-black-mute); --color-text: var(--ev-c-text-1); } *, *::before, *::after { box-sizing: border-box; margin: 0; font-weight: normal; } ul { list-style: none; } body { min-height: 100vh; color: var(--color-text); /* background: var(--color-background); */ line-height: 1.6; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } *, ::before, ::after { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; } ::backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ; } /* ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: currentColor; /* 2 */ } ::before, ::after { --tw-content: ''; } /* 1. Use a consistent sensible line-height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. 3. Use a more readable tab size. 4. Use the user's configured `sans` font-family by default. 5. Use the user's configured `sans` font-feature-settings by default. 6. Use the user's configured `sans` font-variation-settings by default. 7. Disable tap highlights on iOS */ html, :host { line-height: 1.5; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ -moz-tab-size: 4; /* 3 */ -o-tab-size: 4; tab-size: 4; /* 3 */ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ font-feature-settings: normal; /* 5 */ font-variation-settings: normal; /* 6 */ -webkit-tap-highlight-color: transparent; /* 7 */ } /* 1. Remove the margin in all browsers. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. */ body { margin: 0; /* 1 */ line-height: inherit; /* 2 */ } /* 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) 3. Ensure horizontal rules are visible by default. */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ border-top-width: 1px; /* 3 */ } /* Add the correct text decoration in Chrome, Edge, and Safari. */ abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /* Remove the default font size and weight for headings. */ h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /* Reset links to optimize for opt-in styling instead of opt-out. */ a { color: inherit; text-decoration: inherit; } /* Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /* 1. Use the user's configured `mono` font-family by default. 2. Use the user's configured `mono` font-feature-settings by default. 3. Use the user's configured `mono` font-variation-settings by default. 4. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ font-feature-settings: normal; /* 2 */ font-variation-settings: normal; /* 3 */ font-size: 1em; /* 4 */ } /* Add the correct font size in all browsers. */ small { font-size: 80%; } /* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) 3. Remove gaps between table borders by default. */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ border-collapse: collapse; /* 3 */ } /* 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. 3. Remove default padding in all browsers. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-feature-settings: inherit; /* 1 */ font-variation-settings: inherit; /* 1 */ font-size: 100%; /* 1 */ font-weight: inherit; /* 1 */ line-height: inherit; /* 1 */ letter-spacing: inherit; /* 1 */ color: inherit; /* 1 */ margin: 0; /* 2 */ padding: 0; /* 3 */ } /* Remove the inheritance of text transform in Edge and Firefox. */ button, select { text-transform: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Remove default button styles. */ button, input:where([type='button']), input:where([type='reset']), input:where([type='submit']) { -webkit-appearance: button; /* 1 */ background-color: transparent; /* 2 */ background-image: none; /* 2 */ } /* Use the modern Firefox focus style for all focusable elements. */ :-moz-focusring { outline: auto; } /* Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) */ :-moz-ui-invalid { box-shadow: none; } /* Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /* Correct the cursor style of increment and decrement buttons in Safari. */ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; } /* 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /* Remove the inner padding in Chrome and Safari on macOS. */ ::-webkit-search-decoration { -webkit-appearance: none; } /* 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /* Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } fieldset { margin: 0; padding: 0; } legend { padding: 0; } ol, ul, menu { list-style: none; margin: 0; padding: 0; } /* Reset default styling for dialogs. */ dialog { padding: 0; } /* Prevent resizing textareas horizontally by default. */ textarea { resize: vertical; } /* 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) 2. Set the default placeholder color to the user's configured gray 400 color. */ input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } input::placeholder, textarea::placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } /* Set the default cursor for buttons. */ button, [role="button"] { cursor: pointer; } /* Make sure disabled buttons don't get the pointer cursor. */ :disabled { cursor: default; } /* 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) This can trigger a poorly considered lint error in some tools but is included by design. */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /* Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) */ img, video { max-width: 100%; height: auto; } /* Make elements with the HTML hidden attribute stay hidden by default */ [hidden] { display: none; } .absolute { position: absolute; } .relative { position: relative; } .right-0 { right: 0px; } .right-5 { right: 1.25rem; } .right-\[6px\] { right: 6px; } .top-0 { top: 0px; } .top-1\/2 { top: 50%; } .top-4 { top: 1rem; } .top-\[2px\] { top: 2px; } .z-\[-1\] { z-index: -1; } .col-span-2 { grid-column: span 2 / span 2; } .col-span-3 { grid-column: span 3 / span 3; } .col-span-4 { grid-column: span 4 / span 4; } .mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; } .mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; } .my-\[0\.3rem\] { margin-top: 0.3rem; margin-bottom: 0.3rem; } .mb-1 { margin-bottom: 0.25rem; } .mb-12 { margin-bottom: 3rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-3 { margin-bottom: 0.75rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-9 { margin-bottom: 2.25rem; } .ml-1 { margin-left: 0.25rem; } .ml-2 { margin-left: 0.5rem; } .ml-3 { margin-left: 0.75rem; } .ml-4 { margin-left: 1rem; } .ml-6 { margin-left: 1.5rem; } .ml-auto { margin-left: auto; } .mr-1 { margin-right: 0.25rem; } .mr-2 { margin-right: 0.5rem; } .mr-4 { margin-right: 1rem; } .mr-6 { margin-right: 1.5rem; } .mr-8 { margin-right: 2rem; } .mr-auto { margin-right: auto; } .mt-1 { margin-top: 0.25rem; } .mt-2 { margin-top: 0.5rem; } .mt-4 { margin-top: 1rem; } .mt-\[8rem\] { margin-top: 8rem; } .line-clamp-4 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; } .\!block { display: block !important; } .block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .table { display: table; } .grid { display: grid; } .hidden { display: none; } .h-0 { height: 0px; } .h-12 { height: 3rem; } .h-2 { height: 0.5rem; } .h-2\.5 { height: 0.625rem; } .h-\[1px\] { height: 1px; } .h-\[2\.25rem\] { height: 2.25rem; } .h-\[60vh\] { height: 60vh; } .h-full { height: 100%; } .max-h-\[100\%\] { max-height: 100%; } .max-h-\[500px\] { max-height: 500px; } .max-h-\[60vh\] { max-height: 60vh; } .w-0 { width: 0px; } .w-\[380px\] { width: 380px; } .w-\[5rem\] { width: 5rem; } .w-auto { width: auto; } .w-full { width: 100%; } .min-w-2 { min-width: 0.5rem; } .min-w-2\.5 { min-width: 0.625rem; } .min-w-\[100px\] { min-width: 100px; } .min-w-\[25rem\] { min-width: 25rem; } .min-w-\[400px\] { min-width: 400px; } .\!max-w-full { max-width: 100% !important; } .max-w-\[600px\] { max-width: 600px; } .flex-1 { flex: 1 1 0%; } .flex-grow { flex-grow: 1; } .-translate-y-1\/2 { --tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .\!-rotate-90 { --tw-rotate: -90deg !important; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important; } .-rotate-90 { --tw-rotate: -90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .rotate-0 { --tw-rotate: 0deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .rotate-180 { --tw-rotate: 180deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .rotate-90 { --tw-rotate: 90deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .cursor-pointer { cursor: pointer; } .select-text { -webkit-user-select: text; -moz-user-select: text; user-select: text; } .resize { resize: both; } .\!grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .items-center { align-items: center; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .gap-0 { gap: 0px; } .gap-2 { gap: 0.5rem; } .gap-4 { gap: 1rem; } .gap-6 { gap: 1.5rem; } .gap-x-9 { -moz-column-gap: 2.25rem; column-gap: 2.25rem; } .space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); } .self-end { align-self: flex-end; } .overflow-auto { overflow: auto; } .overflow-hidden { overflow: hidden; } .overflow-x-auto { overflow-x: auto; } .overflow-y-auto { overflow-y: auto; } .overflow-x-hidden { overflow-x: hidden; } .text-ellipsis { text-overflow: ellipsis; } .whitespace-nowrap { white-space: nowrap; } .rounded { border-radius: 0.25rem; } .rounded-full { border-radius: 9999px; } .rounded-lg { border-radius: 0.5rem; } .rounded-md { border-radius: 0.375rem; } .bg-\[\#EBECF0\] { --tw-bg-opacity: 1; background-color: rgb(235 236 240 / var(--tw-bg-opacity)); } .bg-\[\#F4F5F9\] { --tw-bg-opacity: 1; background-color: rgb(244 245 249 / var(--tw-bg-opacity)); } .bg-\[\#fff\] { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-blue\/\[0\.05\] { background-color: rgb(13 83 222 / 0.05); } .bg-blue\/\[0\.1\] { background-color: rgb(13 83 222 / 0.1); } .p-1 { padding: 0.25rem; } .p-2 { padding: 0.5rem; } .p-2\.5 { padding: 0.625rem; } .p-8 { padding: 2rem; } .p-\[6px\] { padding: 6px; } .px-12 { padding-left: 3rem; padding-right: 3rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .px-9 { padding-left: 2.25rem; padding-right: 2.25rem; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .py-\[30px\] { padding-top: 30px; padding-bottom: 30px; } .py-\[88px\] { padding-top: 88px; padding-bottom: 88px; } .pr-8 { padding-right: 2rem; } .text-center { text-align: center; } .\!text-\[12px\] { font-size: 12px !important; } .text-\[0\.875rem\] { font-size: 0.875rem; } .text-\[1\.25rem\] { font-size: 1.25rem; } .text-\[1\.2rem\] { font-size: 1.2rem; } .text-\[1\.55rem\] { font-size: 1.55rem; } .text-\[1\.5rem\] { font-size: 1.5rem; } .text-\[14px\] { font-size: 14px; } .text-\[1rem\] { font-size: 1rem; } .text-\[3\.75rem\] { font-size: 3.75rem; } .text-base { font-size: 1rem; line-height: 1.5rem; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .font-bold { font-weight: 700; } .font-semibold { font-weight: 600; } .leading-\[100\%\] { line-height: 100%; } .\!text-\[\#0D53DE\] { --tw-text-opacity: 1 !important; color: rgb(13 83 222 / var(--tw-text-opacity)) !important; } .text-\[\#00B365\] { --tw-text-opacity: 1; color: rgb(0 179 101 / var(--tw-text-opacity)); } .text-\[\#0D53DE\] { --tw-text-opacity: 1; color: rgb(13 83 222 / var(--tw-text-opacity)); } .text-\[\#121316\] { --tw-text-opacity: 1; color: rgb(18 19 22 / var(--tw-text-opacity)); } .text-\[\#121316\]\/\[0\.35\] { color: rgb(18 19 22 / 0.35); } .text-\[\#121316\]\/\[0\.6\] { color: rgb(18 19 22 / 0.6); } .text-\[\#121316\]\/\[0\.8\] { color: rgb(18 19 22 / 0.8); } .text-\[\#2951F2\] { --tw-text-opacity: 1; color: rgb(41 81 242 / var(--tw-text-opacity)); } .text-\[\#3477EB\] { --tw-text-opacity: 1; color: rgb(52 119 235 / var(--tw-text-opacity)); } .text-\[\#3F4043\] { --tw-text-opacity: 1; color: rgb(63 64 67 / var(--tw-text-opacity)); } .text-\[\#F5483B\] { --tw-text-opacity: 1; color: rgb(245 72 59 / var(--tw-text-opacity)); } .text-black-1 { --tw-text-opacity: 1; color: rgb(18 19 22 / var(--tw-text-opacity)); } .text-black-1\/\[0\.8\] { color: rgb(18 19 22 / 0.8); } .text-blue { --tw-text-opacity: 1; color: rgb(13 83 222 / var(--tw-text-opacity)); } .text-gray { --tw-text-opacity: 1; color: rgb(244 245 249 / var(--tw-text-opacity)); } .text-gray-2 { --tw-text-opacity: 1; color: rgb(70 74 83 / var(--tw-text-opacity)); } .opacity-0 { opacity: 0; } .opacity-100 { opacity: 1; } .shadow-lg { --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .shadow-sm { --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-300 { transition-duration: 300ms; } .scrollbar-thin { scrollbar-width: 2px; } .scrollbar-thin::-webkit-scrollbar { width: 6px; height: 6px; } .scrollbar-thin::-webkit-scrollbar-track { background-color: transparent; } .scrollbar-thin::-webkit-scrollbar-thumb { border-radius: 20px; border: 3px solid transparent; } .scrollbar-thin:hover::-webkit-scrollbar-thumb { width: 6px; border: 3px solid rgb(229 231 235); background-color: rgb(229 231 235); } :root { --sidebar-width: 240px; } body { display: flex; align-items: center; justify-content: center; overflow: hidden; background-size: cover; -webkit-user-select: none; -moz-user-select: none; user-select: none; } body code { font-weight: 600; padding: 3px 5px; border-radius: 2px; background-color: var(--color-background-mute); font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace; font-size: 85%; } body #root { display: flex; align-items: center; justify-content: center; flex-direction: column; margin-bottom: 80px; width: 100vw; height: 100vh; } .logo { margin-bottom: 20px; -webkit-user-drag: none; height: 128px; width: 128px; will-change: filter; transition: filter 300ms; } .logo:hover { filter: drop-shadow(0 0 1.2em #6988e6aa); } .creator { font-size: 14px; line-height: 16px; color: var(--ev-c-text-2); font-weight: 600; margin-bottom: 10px; } .text { font-size: 28px; color: var(--ev-c-text-1); font-weight: 700; line-height: 32px; text-align: center; margin: 0 10px; padding: 16px 0; } .tip { font-size: 16px; line-height: 24px; color: var(--ev-c-text-2); font-weight: 600; } .react { background: -webkit-linear-gradient(315deg, #087ea4 55%, #7c93ee); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; } .ts { background: -webkit-linear-gradient(315deg, #3178c6 45%, #f0dc4e); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; } .actions { display: flex; padding-top: 32px; margin: -6px; flex-wrap: wrap; justify-content: flex-start; } .action { flex-shrink: 0; padding: 6px; } .action a { cursor: pointer; text-decoration: none; display: inline-block; border: 1px solid transparent; text-align: center; font-weight: 600; white-space: nowrap; border-radius: 20px; padding: 0 20px; line-height: 38px; font-size: 14px; border-color: var(--ev-button-alt-border); color: var(--ev-button-alt-text); background-color: var(--ev-button-alt-bg); } .action a:hover { border-color: var(--ev-button-alt-hover-border); color: var(--ev-button-alt-hover-text); background-color: var(--ev-button-alt-hover-bg); } .versions { position: absolute; bottom: 30px; margin: 0 auto; padding: 15px 0; font-family: "Menlo", "Lucida Console", monospace; display: inline-flex; overflow: hidden; align-items: center; border-radius: 22px; background-color: #202127; -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); } .versions li { display: block; float: left; border-right: 1px solid var(--ev-c-gray-1); padding: 0 20px; font-size: 14px; line-height: 14px; opacity: 0.8; } .versions li:last-child { border: none; } @media (max-width: 720px) { .text { font-size: 20px; } } @media (max-width: 620px) { .versions { display: none; } } @media (max-width: 350px) { .tip, .actions { display: none; } } .hover\:bg-\[\#F9F9F9\]:hover { --tw-bg-opacity: 1; background-color: rgb(249 249 249 / var(--tw-bg-opacity)); } .hover\:text-\[\#0D53DE\]:hover { --tw-text-opacity: 1; color: rgb(13 83 222 / var(--tw-text-opacity)); } .hover\:text-blue:hover { --tw-text-opacity: 1; color: rgb(13 83 222 / var(--tw-text-opacity)); } .group:hover .group-hover\:opacity-100 { opacity: 1; } @media (min-width: 1920px) { .\33xl\:min-w-\[520px\] { min-width: 520px; } } .index-module__sidebar___hRj7I { width: var(--sidebar-width); position: relative; } .index-module__sidebar-drag___F0TpL { position: absolute; top: 0; right: 0; height: 100%; width: 14px; background-color: rgba(0, 0, 0, 0); cursor: ew-resize; transition: all ease 0.3s; display: flex; align-items: center; } .index-module__sidebar-drag___F0TpL svg { opacity: 0; margin-left: -2px; }.custom-antd-module__customSummaryTab___LLyv- { margin-left: 24px; } .custom-antd-module__customSummaryTab___LLyv- .ant-tabs-nav { margin-bottom: 0px !important; } .custom-antd-module__customSummaryTab___LLyv- .ant-tabs-tab-btn { font-size: 1rem; } .custom-antd-module__customSummaryTab___LLyv- .ant-tabs-ink-bar-animated { font-weight: 600; } .custom-antd-module__customFileStructureTable___mNv5J .ant-table-cell { white-space: nowrap; } .custom-antd-module__customConfigPopover___3Qv0F .ant-popover-arrow { display: none; } .custom-antd-module__customConfigCopyPopover___GP1K6 .ant-popover-arrow { display: none; }.index-module__textTooltip___yuYDe .ant-tooltip-inner, .index-module__textTooltip___yuYDe .ant-tooltip-content, .index-module__textTooltip___yuYDe .ant-tooltip-inner-content { padding: 0px !important; border-radius: 4px !important; overflow: hidden; }.index-module__customCascader___3CklO { padding: 12px 8px !important; } .index-module__customCascader___3CklO .ant-cascader-menu-item { padding: 8px 16px; } .index-module__customCascader___3CklO .ant-cascader-menu { margin-right: 8px; height: 260px; } .index-module__customCascader___3CklO .ant-cascader-menu::-webkit-scrollbar-thumb { background-color: rgb(229, 231, 235); border-radius: 20px; } .index-module__customCascader___3CklO .ant-cascader-menu::-webkit-scrollbar { width: 6px; border-radius: 3px; } .index-module__customCascader___3CklO .ant-cascader-menu-item-active { color: #2951F2; border-radius: 8px; background: rgba(41, 81, 242, 0.05); background-color: red; } .index-module__customCascader___3CklO .ant-cascader-menu-item-active .ant-cascader-menu-item-content > span { font-weight: 600 !important; } .index-module__customCascader___3CklO .ant-cascader-menu-item-active:hover { color: #2951F2; }.index-module__main-home___zg1x- { width: calc(100% - var(--sidebar-width)); height: 100%; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MigoXLab/dingo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server