๐ MCP (Model Context Protocol) + Java
You already know Spring AI lets you build MCP Servers in #Java โ
But did you know: You can also build MCP Clients! ๐ฏ
Just configure your MCP servers in application.yaml and Spring AI handles the rest ๐ซ
Google's MCP Toolbox for Databases is now open source! ๐ฅ
A single backend for connections, security, and schema-aware SQL tools, built for AI agents.
Compatible with Python, JS, Go, LangChain, and more.
Repo in ๐งต โ
๐ Creating REST Clients in Spring Boot 4 just got EASIER!
My new video shows how @ImportHttpServices eliminates all the proxy factory boilerplate. One annotation replaces 10+ lines of config (per client). Service communication simplified.
Watch: piped.video/TEd5e4Thu7M
17 Public APIs for your front-end side project:
๐ค๏ธ OpenWeatherMap API
๐ฉ Genderize .io
๐ Open food facts
๐ฌ Slack API
๐ฐ PayPal API
๐ NASA API
๐ฌ IMDb API
๐ GitHub API
๐ณ Stripe API
๐ค Reddit API
๐ฑ Twilio API
๐ท Pexels API
๐ Shopify API
๐ OneDrive API
๐ฆ Dropbox API
๐ฆ VirusTotal API
๐ Trello API
๐จ Stop describing, start showing!
One of your most requested features. Your design inspiration is now a core part of the Stitch canvas. ๐ผ๏ธ
Bring in any inspirational image or screenshot to add rich visual context to every step of your design journeyโfrom initial idea to final edit.
Four easy ways to add images:
* Drag & drop
* Paste (CMD/Ctrl+V)
* Direct upload button
* Attach to prompt
Select images alongside your screens (CMD/Ctrl+Click) to provide the ultimate context for your next generation or edit.
Coming soon: The ability to seamlessly incorporate images (logos, profile pics) directly into your generated designs.
Big news: We're expanding Opal, our no-code AI app builder, to 160+ countries!
From automating complex research to generating full marketing campaigns from one idea, builders are turning their ideas into mini-apps with natural language.
Show us what you build! See the details on the blog.
Read the blog โ blog.google/technology/googlโฆ
Gemini CLI extension for @mondaydotcom is live ๐
Had a blast building this one, you can do a lot with it:
๐- Summarize the team's sprint with /sprint-summary
๐๏ธ- Update the status of your tasks and boards
๐ฌ - Comment on bugs, issues, tasks
Extensions ecosystem is booming!
Big update for Claude Desktop and Cursor users!
Now you can connect all AI apps via a common memory layer in a minute.
I used the Graphiti MCP server that runs 100% locally to cross-operate across AI apps like Claude Desktop and Cursor without losing context.
(setup below)
๐๐ผ๐ ๐ฑ๐ผ๐ฒ๐ ๐ฆ๐ถ๐ป๐ด๐น๐ฒ ๐ฆ๐ถ๐ด๐ป-๐ข๐ป (๐ฆ๐ฆ๐ข) ๐๐ผ๐ฟ๐ธ?
Single sign-on (SSO) is an authentication process that allows a user to access multiple applications with a single login.
This is accomplished using a central authentication server that stores the user's credentials and verifies them for each application.
Here are ๐๐ต๐ฒ ๐๐๐ฒ๐ฝ๐ that happen if you want to access Trello by using your Google account:
1. Use the Trello login web page and select Google account as a login method
2. Trello redirects the user to the Google login page
3. User is served with the Google login page
4. The user enters their Google credentials
5. Google sends authentication info to the SSO Authorization server
6. If credentials are valid, the Authorization server returns the auth token (SAML)
7. Google sends the auth token to the Trello
8. In the last step, Trello sends the token to the Google Authorization server to validate its
9. If the token is valid, Trello will allow access to the user and store the session for future interactions
The ๐ฏ๐ฒ๐ป๐ฒ๐ณ๐ถ๐๐ of SSO are:
๐น Improved user experience: Users do not need to remember multiple usernames and passwords.
๐น Increased security: Users are less likely to reuse passwords across applications.
The ๐ฑ๐ถ๐๐ฎ๐ฑ๐๐ฎ๐ป๐๐ฎ๐ด๐ฒ๐ are:
๐ธ Single point of failure: One of the most notable disadvantages is that SSO creates a single point of failure. The attacker could access all connected applications and services if the SSO system is compromised.
๐ธSecurity risks: If credentials are compromised, the security of all connected applications could be at risk.
Some ๐ฐ๐ผ๐บ๐บ๐ผ๐ป ๐๐๐ฝ๐ฒ๐ ๐ผ๐ณ ๐ฆ๐ฆ๐ข are:
๐น ๐ฆ๐๐ ๐-๐ฏ๐ฎ๐๐ฒ๐ฑ ๐ฆ๐ฆ๐ข: This is the most common type of SSO. It uses the SAML protocol to exchange authentication information between the SSO server and applications.
๐น ๐ข๐๐๐๐ต ๐ฎ.๐ฌ: It provides delegated access to server resources on behalf of a resource owner. It specifies how tokens are transferred, allowing an IDP to authenticate a user's identity and for the credentials to be used to access APIs.
๐น ๐ข๐ฝ๐ฒ๐ป๐๐ ๐๐ผ๐ป๐ป๐ฒ๐ฐ๐: This is a newer type of SSO based on OAuth 2.0. It is a simpler protocol than SAML and easier to integrate with web applications.
Some ๐ฝ๐ผ๐ฝ๐๐น๐ฎ๐ฟ ๐ฆ๐ฆ๐ข ๐๐ผ๐น๐๐๐ถ๐ผ๐ป๐ are:
๐น Azure Active Directory
๐น Okta
๐น Ping Identity
๐น OneLogin
๐น Google Cloud Identity Platform
๐ Learn more about it: newsletter.techworld-with-miโฆ